#CAA884

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

Shades of Cameo #CAA884

Tints of Cameo #CAA884

Color information

#CAA884 (or 0xCAA884) is unknown color: approx Cameo. HEX triplet: CA, A8 and 84. RGB value is (202,168,132). Sum of RGB (Red+Green+Blue) = 202+168+132=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA884 is #35577B. Grayscale: #AEAEAE. Windows color (decimal): -3495804 or 8693962. OLE color: 8693962.

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

Color convert

RGB202168132-
CMYK00.170.350.21
HSL30.86º39.77%65.49%-
HSV(B)30.86º34.65%79.22%-
XYZ42.5242.2327.74-
YUV174.06104.26147.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=40.24%
G=33.47%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216813200.170.350.2130.8639.7765.49
HexCAA88401123151f2841
Octal31225020402143253750101
Binary11001010101010001000010001000110001110101111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA884; }

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

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

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

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

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

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

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

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