#CAA488

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

Shades of Cameo #CAA488

Tints of Cameo #CAA488

Color information

#CAA488 (or 0xCAA488) is unknown color: approx Cameo. HEX triplet: CA, A4 and 88. RGB value is (202,164,136). Sum of RGB (Red+Green+Blue) = 202+164+136=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA488 is #355B77. Grayscale: #ACACAC. Windows color (decimal): -3496824 or 8955082. OLE color: 8955082.

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

Color convert

RGB202164136-
CMYK00.190.330.21
HSL25.45º38.37%66.27%-
HSV(B)25.45º32.67%79.22%-
XYZ42.0840.8928.97-
YUV172.17107.59149.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=40.24%
G=32.67%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216413600.190.330.2125.4538.3766.27
HexCAA4880132115192642
Octal31224421002341253146102
Binary11001010101001001000100001001110000110101110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA488; }

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

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

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

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

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

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

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

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