#CAA177

Color #CAA177 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CAA177

Tints of Cameo #CAA177

Color information

#CAA177 (or 0xCAA177) is unknown color: approx Cameo. HEX triplet: CA, A1 and 77. RGB value is (202,161,119). Sum of RGB (Red+Green+Blue) = 202+161+119=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA177 is #355E88. Grayscale: #A8A8A8. Windows color (decimal): -3497609 or 7840202. OLE color: 7840202.

HSL color Cylindrical-coordinate representation of color #CAA177: hue angle of 30.36º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAA177 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202161119-
CMYK00.200.410.21
HSL30.36º43.92%62.94%-
HSV(B)30.36º41.09%79.22%-
XYZ40.4339.3822.92-
YUV168.47100.08151.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=41.91%
G=33.40%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216111900.200.410.2130.3643.9262.94
HexCAA17701429151e2c3f
Octal3122411670245125365477
Binary110010101010000111101110101001010011010111110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA177; }

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

 H1.HeaderClassName
 {
   color: #CAA177;
 }
 .AnyTagClassName
 {
   color: #CAA177;
 }
</style>
background-color css

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

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

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

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

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

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