#CCA072

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

Shades of Fallow #CCA072

Tints of Fallow #CCA072

Color information

#CCA072 (or 0xCCA072) is unknown color: approx Fallow. HEX triplet: CC, A0 and 72. RGB value is (204,160,114). Sum of RGB (Red+Green+Blue) = 204+160+114=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA072 is #335F8D. Grayscale: #A8A8A8. Windows color (decimal): -3366798 or 7512268. OLE color: 7512268.

HSL color Cylindrical-coordinate representation of color #CCA072: hue angle of 30.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCA072 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204160114-
CMYK00.220.440.2
HSL30.67º46.88%62.35%-
HSV(B)30.67º44.12%80%-
XYZ40.5139.1921.35-
YUV167.9197.58153.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=42.68%
G=33.47%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416011400.220.440.230.6746.8862.35
HexCCA0720162C141f2f3e
Octal3142401620265424375776
Binary110011001010000011100100101101011001010011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA072; }

 p { color: rgb(204,160,114); }

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

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

 a { background-color: rgb(204,160,114); }

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

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

 span { border-color: rgb(204,160,114); }

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