#CAA083

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

Shades of Cameo #CAA083

Tints of Cameo #CAA083

Color information

#CAA083 (or 0xCAA083) is unknown color: approx Cameo. HEX triplet: CA, A0 and 83. RGB value is (202,160,131). Sum of RGB (Red+Green+Blue) = 202+160+131=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA083 is #355F7C. Grayscale: #A9A9A9. Windows color (decimal): -3497853 or 8626378. OLE color: 8626378.

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

Color convert

RGB202160131-
CMYK00.210.350.21
HSL24.51º40.11%65.29%-
HSV(B)24.51º35.15%79.22%-
XYZ41.0239.3426.9-
YUV169.25106.41151.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=40.97%
G=32.45%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216013100.210.350.2124.5140.1165.29
HexCAA0830152315192841
Octal31224020302543253150101
Binary11001010101000001000001101010110001110101110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA083; }

 p { color: rgb(202,160,131); }

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

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

 a { background-color: rgb(202,160,131); }

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

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

 span { border-color: rgb(202,160,131); }

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