#CAA679

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

Shades of Cameo #CAA679

Tints of Cameo #CAA679

Color information

#CAA679 (or 0xCAA679) is unknown color: approx Cameo. HEX triplet: CA, A6 and 79. RGB value is (202,166,121). Sum of RGB (Red+Green+Blue) = 202+166+121=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA679 is #355986. Grayscale: #ABABAB. Windows color (decimal): -3496327 or 7972554. OLE color: 7972554.

HSL color Cylindrical-coordinate representation of color #CAA679: hue angle of 33.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAA679 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202166121-
CMYK00.180.400.21
HSL33.33º43.32%63.33%-
HSV(B)33.33º40.1%79.22%-
XYZ41.4441.2123.86-
YUV171.6399.43149.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=41.31%
G=33.95%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216612100.180.400.2133.3343.3263.33
HexCAA6790122815212b3f
Octal3122461710225025415377
Binary1100101010100110111100101001010100010101100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA679; }

 p { color: rgb(202,166,121); }

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

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

 a { background-color: rgb(202,166,121); }

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

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

 span { border-color: rgb(202,166,121); }

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