#CCA071

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

Shades of Fallow #CCA071

Tints of Fallow #CCA071

Color information

#CCA071 (or 0xCCA071) is unknown color: approx Fallow. HEX triplet: CC, A0 and 71. RGB value is (204,160,113). Sum of RGB (Red+Green+Blue) = 204+160+113=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA071 is #335F8E. Grayscale: #A8A8A8. Windows color (decimal): -3366799 or 7446732. OLE color: 7446732.

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

Color convert

RGB204160113-
CMYK00.220.450.2
HSL30.99º47.15%62.16%-
HSV(B)30.99º44.61%80%-
XYZ40.4539.1721.05-
YUV167.897.08153.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=42.77%
G=33.54%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416011300.220.450.230.9947.1562.16
HexCCA0710162D141f2f3e
Octal3142401610265524375776
Binary110011001010000011100010101101011011010011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA071; }

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

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

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

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

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

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

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

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