COLOR #CCAF75

HEX: #CCAF75 RGB: (204,175,117)

Color info

#CCAF75 contains mainly red and green colors. Web safe color of #CCAF75 is #CC9966 (or #C96).

RGB color model

#CCAF75 color RGB value is (204,175,117).

RGB: (204,175,117) (80%, 69%, 46%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 117 of 255 = 46%

204
175
117

R + G + B ~ 65%. #CCAF75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 117 = 496 (100%)
R 204 of 496 ~ 41.13%
G 175 of 496 ~ 35.28%
B 117 of 496 ~ 23.59'%

%41.13
%35.28
%23.59

CMYK color model

#CCAF75 color CMYK value is (0,14,43,20).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 42.65%
  • key color value is 20.00%

CMYK: (0,14,43,20)
C0M14Y43K20 (0%, 14%, 43%, 20%)
(0.00 / 0.14 / 0.43 / 0.20)

CMYK percentages

%0
%14.22
%42.65
%20

Codes

Color #CCAF75 in popluar color models

CC AF 75
RGB 204 175 117
HSL 40° 46.03% 62.94%
HSB/HSV 40° 42.65% 80.00%
CMYK 0.00% 14.22% 42.65%
20.00%

Color #CCAF75 in popluar number systems.

HEX CC AF 75
Decimal 204 175 117
Binary 11001100 10101111 1110101
Octal 314 257 165

Shades and tints

Shades of #CCAF75

#CCAF75
(204,175,117)
#BAA06B
(186,160,107)
#A89161
(168,145,97)
#968257
(150,130,87)
#84734D
(132,115,77)
#726443
(114,100,67)
#605539
(96,85,57)
#4E462F
(78,70,47)
#3C3725
(60,55,37)
#2A281B
(42,40,27)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #CCAF75

#CCAF75
(204,175,117)
#D0B681
(208,182,129)
#D4BD8D
(212,189,141)
#D8C499
(216,196,153)
#DCCBA5
(220,203,165)
#E0D2B1
(224,210,177)
#E4D9BD
(228,217,189)
#E8E0C9
(232,224,201)
#ECE7D5
(236,231,213)
#F0EEE1
(240,238,225)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAF75 color. Also use rgb(204,175,117) instead hex code.

Text Font Color

.myTextColor { color: #CCAF75; }

<p style="color:#CCAF75">This sample text font color is #CCAF75.</p>

This text font color is #CCAF75.

Background Color

.myBgColor { background-color: #CCAF75; }

<div style="background-color:#CCAF75">Inner text</div>

This div background color is #CCAF75.

Border color

.myBorderColor { border: 1px solid #CCAF75; }

<div style="border:3px solid #CCAF75">Div</div>

This div border color is #CCAF75.

Opacity

.myOpacity80 { color: #CCAF75; opacity: 0.8; }

<p style="color:#CCAF75;opacity:0.8;">80%</p>

Text with #CCAF75 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCAF75;}

<p style="text-shadow: 3px 3px 1px #CCAF75">Text here.</p>

This text has shadow with #CCAF75 color.


.textShadow {text-shadow: 3px 3px 1px #CCAF75', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCAF75, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCAF75 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCAF75, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCAF75, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCAF75 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCAF75;
-webkit-box-shadow: 1px 1px 3px 2px #CCAF75;
box-shadow: 1px 1px 3px 2px #CCAF75;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCAF75; -webkit-box-shadow: 1px 1px 3px 2px #CCAF75; box-shadow:1px 1px 3px 2px #CCAF75;">
Div content here
</div>

This div box has shadow with color #CCAF75.

Preview

Color preview on black background

This text has color #CCAF75 on black background.


Color preview on white background

This text has color #CCAF75 on white background.


Black color preview on #CCAF75 background

This text has black color on #CCAF75 background.


White color preview on #CCAF75 background

This text has white color on #CCAF75 background.


Related colors

Complementary color

Complementary color for #hex is #33508A.


I love getcolorcode.com

Triadic colors

1 #75CCAF and #AF75CC with #CCAF75 are triadic colors.

2 #75AFCC and #AFCC75 with #CCAF75 are triadic colors.