Html Css Color HEX #CCA177 Cameo

📋 copy color: '#CCA177'

red 204 ◦ green 161 ◦ blue 119

#CCA177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CCA177

Tints of Cameo #CCA177

RGB

 RED value IS 204 (80.08% from 255) = 42.15%

 GREEN value IS 161 (63.28% from 255) = 33.26%

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 42.15%
G = 33.26%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCA177 (or 0xCCA177) is known color: Cameo. HEX triplet: CC, A1 and 77. RGB value is (204,161,119). Sum of RGB (Red+Green+Blue) = 204+161+119=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA177 is #335E88. Grayscale: #A9A9A9. Windows color (decimal): -3366537 or 7840204. OLE color: 7840204.

HSL color Cylindrical-coordinate representation of color #CCA177: hue angle of 29.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCA177 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 119 -
CMYK 0 0.21 0.42 0.2
HSL 29.65º 0.45% 0.63% -
HSV(B) 29.65º 0.42% 0.8% -
XYZ 40.98 39.66 22.95 -
YUV 169.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 204 161 119 0 0.21 0.42 0.2 29.65 0.45 0.63
Hex CC A1 77 0 15 2A 14 1E 2D 3F
Octal 314 241 167 0 25 52 24 36 55 77
Binary 11001100 10100001 1110111 0 10101 101010 10100 11110 101101 111111

Color Harmonies of #CCA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA177

Black with #CCA177

Text Example


Text Example

White with #CCA177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA177; }

 p { color: rgb(204,161,119); }

 H1.HeaderClassName
 {
   color: #CCA177;
 }
 .AnyTagClassName
 {
   color: #CCA177;
 }
</style>

background-color css

<style>
 a { background-color: #CCA177; }

 a { background-color: rgb(204,161,119); }

 div.DivClassName
 {
   background-color: #CCA177;
 }
 .BgClassName
 {
   background-color: #CCA177;
 }
</style>

border-color css

<style>
 span { border-color: #CCA177; }

 span { border-color: rgb(204,161,119); }

 td.TdClassName
 {
   border-color: #CCA177;
 }
 .TagClassName
 {
   border-color: #CCA177;
 }
</style>