#CAA382

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

Shades of Cameo #CAA382

Tints of Cameo #CAA382

Color information

#CAA382 (or 0xCAA382) is unknown color: approx Cameo. HEX triplet: CA, A3 and 82. RGB value is (202,163,130). Sum of RGB (Red+Green+Blue) = 202+163+130=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA382 is #355C7D. Grayscale: #ABABAB. Windows color (decimal): -3497086 or 8561610. OLE color: 8561610.

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

Color convert

RGB202163130-
CMYK00.190.360.21
HSL27.5º40.45%65.1%-
HSV(B)27.5º35.64%79.22%-
XYZ41.4840.3626.72-
YUV170.9104.92150.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=40.81%
G=32.93%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216313000.190.360.2127.540.4565.1
HexCAA38201324151c2841
Octal31224320202344253450101
Binary11001010101000111000001001001110010010101111001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA382; }

 p { color: rgb(202,163,130); }

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

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

 a { background-color: rgb(202,163,130); }

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

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

 span { border-color: rgb(202,163,130); }

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