#CAA885

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

Shades of Cameo #CAA885

Tints of Cameo #CAA885

Color information

#CAA885 (or 0xCAA885) is unknown color: approx Cameo. HEX triplet: CA, A8 and 85. RGB value is (202,168,133). Sum of RGB (Red+Green+Blue) = 202+168+133=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA885 is #35577A. Grayscale: #AEAEAE. Windows color (decimal): -3495803 or 8759498. OLE color: 8759498.

HSL color Cylindrical-coordinate representation of color #CAA885: hue angle of 30.43º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA885 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202168133-
CMYK00.170.340.21
HSL30.43º39.43%65.69%-
HSV(B)30.43º34.16%79.22%-
XYZ42.5942.2628.1-
YUV174.18104.76147.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=40.16%
G=33.40%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216813300.170.340.2130.4339.4365.69
HexCAA88501122151e2742
Octal31225020502142253647102
Binary11001010101010001000010101000110001010101111101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA885; }

 p { color: rgb(202,168,133); }

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

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

 a { background-color: rgb(202,168,133); }

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

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

 span { border-color: rgb(202,168,133); }

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