#CAA883

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

Shades of Cameo #CAA883

Tints of Cameo #CAA883

Color information

#CAA883 (or 0xCAA883) is unknown color: approx Cameo. HEX triplet: CA, A8 and 83. RGB value is (202,168,131). Sum of RGB (Red+Green+Blue) = 202+168+131=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA883 is #35577C. Grayscale: #AEAEAE. Windows color (decimal): -3495805 or 8628426. OLE color: 8628426.

HSL color Cylindrical-coordinate representation of color #CAA883: hue angle of 31.27º 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 #CAA883 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202168131-
CMYK00.170.350.21
HSL31.27º40.11%65.29%-
HSV(B)31.27º35.15%79.22%-
XYZ42.4642.227.38-
YUV173.95103.76148.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=40.32%
G=33.53%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216813100.170.350.2131.2740.1165.29
HexCAA88301123151f2841
Octal31225020302143253750101
Binary11001010101010001000001101000110001110101111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA883; }

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

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

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

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

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

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

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

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