#CAAA85

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

Shades of Cameo #CAAA85

Tints of Cameo #CAAA85

Color information

#CAAA85 (or 0xCAAA85) is unknown color: approx Cameo. HEX triplet: CA, AA and 85. RGB value is (202,170,133). Sum of RGB (Red+Green+Blue) = 202+170+133=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA85 is #35557A. Grayscale: #AFAFAF. Windows color (decimal): -3495291 or 8760010. OLE color: 8760010.

HSL color Cylindrical-coordinate representation of color #CAAA85: hue angle of 32.17º 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 #CAAA85 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202170133-
CMYK00.160.340.21
HSL32.17º39.43%65.69%-
HSV(B)32.17º34.16%79.22%-
XYZ42.974328.23-
YUV175.35104.1147.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=40%
G=33.66%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217013300.160.340.2132.1739.4365.69
HexCAAA850102215202742
Octal31225220502042254047102
Binary110010101010101010000101010000100010101011000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA85; }

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

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

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

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

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

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

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

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