#CAA17E

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

Shades of Cameo #CAA17E

Tints of Cameo #CAA17E

Color information

#CAA17E (or 0xCAA17E) is unknown color: approx Cameo. HEX triplet: CA, A1 and 7E. RGB value is (202,161,126). Sum of RGB (Red+Green+Blue) = 202+161+126=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA17E is #355E81. Grayscale: #A9A9A9. Windows color (decimal): -3497602 or 8298954. OLE color: 8298954.

HSL color Cylindrical-coordinate representation of color #CAA17E: hue angle of 27.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAA17E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202161126-
CMYK00.200.380.21
HSL27.63º41.76%64.31%-
HSV(B)27.63º37.62%79.22%-
XYZ40.8739.5525.22-
YUV169.27103.58151.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=41.31%
G=32.92%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216112600.200.380.2127.6341.7664.31
HexCAA17E01426151c2a40
Octal31224117602446253452100
Binary1100101010100001111111001010010011010101111001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA17E; }

 p { color: rgb(202,161,126); }

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

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

 a { background-color: rgb(202,161,126); }

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

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

 span { border-color: rgb(202,161,126); }

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