#CAA287

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

Shades of Cameo #CAA287

Tints of Cameo #CAA287

Color information

#CAA287 (or 0xCAA287) is unknown color: approx Cameo. HEX triplet: CA, A2 and 87. RGB value is (202,162,135). Sum of RGB (Red+Green+Blue) = 202+162+135=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA287 is #355D78. Grayscale: #ABABAB. Windows color (decimal): -3497337 or 8889034. OLE color: 8889034.

HSL color Cylindrical-coordinate representation of color #CAA287: hue angle of 24.18º degrees, saturation: 0.39, 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 #CAA287 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202162135-
CMYK00.200.330.21
HSL24.18º38.73%66.08%-
HSV(B)24.18º33.17%79.22%-
XYZ41.6540.1528.48-
YUV170.88107.75150.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=40.48%
G=32.46%
B=27.05%

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
Decimal20216213500.200.330.2124.1838.7366.08
HexCAA2870142115182742
Octal31224220702441253047102
Binary11001010101000101000011101010010000110101110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA287; }

 p { color: rgb(202,162,135); }

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

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

 a { background-color: rgb(202,162,135); }

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

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

 span { border-color: rgb(202,162,135); }

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