#CAA47D

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

Shades of Cameo #CAA47D

Tints of Cameo #CAA47D

Color information

#CAA47D (or 0xCAA47D) is unknown color: approx Cameo. HEX triplet: CA, A4 and 7D. RGB value is (202,164,125). Sum of RGB (Red+Green+Blue) = 202+164+125=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA47D is #355B82. Grayscale: #ABABAB. Windows color (decimal): -3496835 or 8234186. OLE color: 8234186.

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

Color convert

RGB202164125-
CMYK00.190.380.21
HSL30.39º42.08%64.12%-
HSV(B)30.39º38.12%79.22%-
XYZ41.3340.5925.06-
YUV170.92102.09150.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=41.14%
G=33.40%
B=25.46%

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
Decimal20216412500.190.380.2130.3942.0864.12
HexCAA47D01326151e2a40
Octal31224417502346253652100
Binary1100101010100100111110101001110011010101111101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA47D; }

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

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

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

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

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

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

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

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