#CAA97C

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

Shades of Cameo #CAA97C

Tints of Cameo #CAA97C

Color information

#CAA97C (or 0xCAA97C) is unknown color: approx Cameo. HEX triplet: CA, A9 and 7C. RGB value is (202,169,124). Sum of RGB (Red+Green+Blue) = 202+169+124=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA97C is #355683. Grayscale: #ADADAD. Windows color (decimal): -3495556 or 8169930. OLE color: 8169930.

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

Color convert

RGB202169124-
CMYK00.160.390.21
HSL34.62º42.39%63.92%-
HSV(B)34.62º38.61%79.22%-
XYZ42.1842.3925.03-
YUV173.7499.93148.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=40.81%
G=34.14%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216912400.160.390.2134.6242.3963.92
HexCAA97C0102715232a40
Octal31225117402047254352100
Binary11001010101010011111100010000100111101011000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA97C; }

 p { color: rgb(202,169,124); }

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

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

 a { background-color: rgb(202,169,124); }

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

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

 span { border-color: rgb(202,169,124); }

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