#CAA880

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

Shades of Cameo #CAA880

Tints of Cameo #CAA880

Color information

#CAA880 (or 0xCAA880) is unknown color: approx Cameo. HEX triplet: CA, A8 and 80. RGB value is (202,168,128). Sum of RGB (Red+Green+Blue) = 202+168+128=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA880 is #35577F. Grayscale: #ADADAD. Windows color (decimal): -3495808 or 8431818. OLE color: 8431818.

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

Color convert

RGB202168128-
CMYK00.170.370.21
HSL32.43º41.11%64.71%-
HSV(B)32.43º36.63%79.22%-
XYZ42.2642.1226.32-
YUV173.61102.26148.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=40.56%
G=33.73%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216812800.170.370.2132.4341.1164.71
HexCAA8800112515202941
Octal31225020002145254051101
Binary110010101010100010000000010001100101101011000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA880; }

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

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

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

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

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

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

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

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