#CAA275

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

Shades of Cameo #CAA275

Tints of Cameo #CAA275

Color information

#CAA275 (or 0xCAA275) is unknown color: approx Cameo. HEX triplet: CA, A2 and 75. RGB value is (202,162,117). Sum of RGB (Red+Green+Blue) = 202+162+117=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA275 is #355D8A. Grayscale: #A9A9A9. Windows color (decimal): -3497355 or 7709386. OLE color: 7709386.

HSL color Cylindrical-coordinate representation of color #CAA275: hue angle of 31.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAA275 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202162117-
CMYK00.200.420.21
HSL31.76º44.5%62.55%-
HSV(B)31.76º42.08%79.22%-
XYZ40.4939.6822.35-
YUV168.8398.75151.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=42.00%
G=33.68%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216211700.200.420.2131.7644.562.55
HexCAA2750142A15202d3f
Octal3122421650245225405577
Binary1100101010100010111010101010010101010101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA275; }

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

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

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

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

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

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

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

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