#CAA28D

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

Shades of Cameo #CAA28D

Tints of Cameo #CAA28D

Color information

#CAA28D (or 0xCAA28D) is unknown color: approx Cameo. HEX triplet: CA, A2 and 8D. RGB value is (202,162,141). Sum of RGB (Red+Green+Blue) = 202+162+141=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA28D is #355D72. Grayscale: #ABABAB. Windows color (decimal): -3497331 or 9282250. OLE color: 9282250.

HSL color Cylindrical-coordinate representation of color #CAA28D: hue angle of 20.66º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA28D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202162141-
CMYK00.200.300.21
HSL20.66º36.53%67.25%-
HSV(B)20.66º30.2%79.22%-
XYZ42.0940.3230.76-
YUV171.57110.75149.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=40%
G=32.08%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216214100.200.300.2120.6636.5367.25
HexCAA28D0141E15152543
Octal31224221502436252545103
Binary1100101010100010100011010101001111010101101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA28D; }

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

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

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

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

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

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

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

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