#CCA073

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

Shades of Fallow #CCA073

Tints of Fallow #CCA073

Color information

#CCA073 (or 0xCCA073) is unknown color: approx Fallow. HEX triplet: CC, A0 and 73. RGB value is (204,160,115). Sum of RGB (Red+Green+Blue) = 204+160+115=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA073 is #335F8C. Grayscale: #A8A8A8. Windows color (decimal): -3366797 or 7577804. OLE color: 7577804.

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

Color convert

RGB204160115-
CMYK00.220.440.2
HSL30.34º46.6%62.55%-
HSV(B)30.34º43.63%80%-
XYZ40.5739.2221.65-
YUV168.0398.08153.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=42.59%
G=33.40%
B=24.01%

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
Decimal20416011500.220.440.230.3446.662.55
HexCCA0730162C141e2f3f
Octal3142401630265424365777
Binary110011001010000011100110101101011001010011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA073; }

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

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

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

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

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

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

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

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