#CAA585

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

Shades of Cameo #CAA585

Tints of Cameo #CAA585

Color information

#CAA585 (or 0xCAA585) is unknown color: approx Cameo. HEX triplet: CA, A5 and 85. RGB value is (202,165,133). Sum of RGB (Red+Green+Blue) = 202+165+133=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA585 is #355A7A. Grayscale: #ACACAC. Windows color (decimal): -3496571 or 8758730. OLE color: 8758730.

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

Color convert

RGB202165133-
CMYK00.180.340.21
HSL27.83º39.43%65.69%-
HSV(B)27.83º34.16%79.22%-
XYZ42.0541.1627.92-
YUV172.42105.76149.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=40.4%
G=33%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216513300.180.340.2127.8339.4365.69
HexCAA58501222151c2742
Octal31224520502242253447102
Binary11001010101001011000010101001010001010101111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA585; }

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

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

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

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

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

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

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

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