#CAA480

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

Shades of Cameo #CAA480

Tints of Cameo #CAA480

Color information

#CAA480 (or 0xCAA480) is unknown color: approx Cameo. HEX triplet: CA, A4 and 80. RGB value is (202,164,128). Sum of RGB (Red+Green+Blue) = 202+164+128=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA480 is #355B7F. Grayscale: #ABABAB. Windows color (decimal): -3496832 or 8430794. OLE color: 8430794.

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

Color convert

RGB202164128-
CMYK00.190.370.21
HSL29.19º41.11%64.71%-
HSV(B)29.19º36.63%79.22%-
XYZ41.5340.6726.08-
YUV171.26103.59149.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=40.89%
G=33.20%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216412800.190.370.2129.1941.1164.71
HexCAA48001325151d2941
Octal31224420002345253551101
Binary11001010101001001000000001001110010110101111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA480; }

 p { color: rgb(202,164,128); }

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

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

 a { background-color: rgb(202,164,128); }

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

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

 span { border-color: rgb(202,164,128); }

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