#CAA283

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

Shades of Cameo #CAA283

Tints of Cameo #CAA283

Color information

#CAA283 (or 0xCAA283) is unknown color: approx Cameo. HEX triplet: CA, A2 and 83. RGB value is (202,162,131). Sum of RGB (Red+Green+Blue) = 202+162+131=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA283 is #355D7C. Grayscale: #AAAAAA. Windows color (decimal): -3497341 or 8626890. OLE color: 8626890.

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

Color convert

RGB202162131-
CMYK00.200.350.21
HSL26.2º40.11%65.29%-
HSV(B)26.2º35.15%79.22%-
XYZ41.3740.0427.02-
YUV170.43105.75150.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=40.81%
G=32.73%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216213100.200.350.2126.240.1165.29
HexCAA28301423151a2841
Octal31224220302443253250101
Binary11001010101000101000001101010010001110101110101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA283; }

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

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

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

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

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

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

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

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