#CAA188

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

Shades of Cameo #CAA188

Tints of Cameo #CAA188

Color information

#CAA188 (or 0xCAA188) is unknown color: approx Cameo. HEX triplet: CA, A1 and 88. RGB value is (202,161,136). Sum of RGB (Red+Green+Blue) = 202+161+136=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA188 is #355E77. Grayscale: #AAAAAA. Windows color (decimal): -3497592 or 8954314. OLE color: 8954314.

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

Color convert

RGB202161136-
CMYK00.200.330.21
HSL22.73º38.37%66.27%-
HSV(B)22.73º32.67%79.22%-
XYZ41.5539.8228.79-
YUV170.41108.58150.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=40.48%
G=32.26%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216113600.200.330.2122.7338.3766.27
HexCAA1880142115172642
Octal31224121002441252746102
Binary11001010101000011000100001010010000110101101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA188; }

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

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

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

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

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

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

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

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