#CAA47E

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

Shades of Cameo #CAA47E

Tints of Cameo #CAA47E

Color information

#CAA47E (or 0xCAA47E) is unknown color: approx Cameo. HEX triplet: CA, A4 and 7E. RGB value is (202,164,126). Sum of RGB (Red+Green+Blue) = 202+164+126=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA47E is #355B81. Grayscale: #ABABAB. Windows color (decimal): -3496834 or 8299722. OLE color: 8299722.

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

Color convert

RGB202164126-
CMYK00.190.380.21
HSL30º41.76%64.31%-
HSV(B)30º37.62%79.22%-
XYZ41.440.6125.4-
YUV171.03102.59150.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=41.06%
G=33.33%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216412600.190.380.213041.7664.31
HexCAA47E01326151e2a40
Octal31224417602346253652100
Binary1100101010100100111111001001110011010101111101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA47E; }

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

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

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

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

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

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

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

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