#CAA481

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

Shades of Cameo #CAA481

Tints of Cameo #CAA481

Color information

#CAA481 (or 0xCAA481) is unknown color: approx Cameo. HEX triplet: CA, A4 and 81. RGB value is (202,164,129). Sum of RGB (Red+Green+Blue) = 202+164+129=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA481 is #355B7E. Grayscale: #ABABAB. Windows color (decimal): -3496831 or 8496330. OLE color: 8496330.

HSL color Cylindrical-coordinate representation of color #CAA481: hue angle of 28.77º degrees, saturation: 0.41, 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 #CAA481 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB202164129-
CMYK00.190.360.21
HSL28.77º40.78%64.9%-
HSV(B)28.77º36.14%79.22%-
XYZ41.640.6926.43-
YUV171.37104.09149.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=40.81%
G=33.13%
B=26.06%

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
Decimal20216412900.190.360.2128.7740.7864.9
HexCAA48101324151d2941
Octal31224420102344253551101
Binary11001010101001001000000101001110010010101111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA481; }

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

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

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

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

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

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

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

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