#CAA375

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

Shades of Cameo #CAA375

Tints of Cameo #CAA375

Color information

#CAA375 (or 0xCAA375) is unknown color: approx Cameo. HEX triplet: CA, A3 and 75. RGB value is (202,163,117). Sum of RGB (Red+Green+Blue) = 202+163+117=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA375 is #355C8A. Grayscale: #A9A9A9. Windows color (decimal): -3497099 or 7709642. OLE color: 7709642.

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

Color convert

RGB202163117-
CMYK00.190.420.21
HSL32.47º44.5%62.55%-
HSV(B)32.47º42.08%79.22%-
XYZ40.6740.0422.41-
YUV169.4298.42151.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=41.91%
G=33.82%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216311700.190.420.2132.4744.562.55
HexCAA3750132A15202d3f
Octal3122431650235225405577
Binary1100101010100011111010101001110101010101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA375; }

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

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

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

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

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

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

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

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