#CC9F71

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

Shades of Fallow #CC9F71

Tints of Fallow #CC9F71

Color information

#CC9F71 (or 0xCC9F71) is unknown color: approx Fallow. HEX triplet: CC, 9F and 71. RGB value is (204,159,113). Sum of RGB (Red+Green+Blue) = 204+159+113=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F71 is #33608E. Grayscale: #A7A7A7. Windows color (decimal): -3367055 or 7446476. OLE color: 7446476.

HSL color Cylindrical-coordinate representation of color #CC9F71: hue angle of 30.33º 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 #CC9F71 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204159113-
CMYK00.220.450.2
HSL30.33º47.15%62.16%-
HSV(B)30.33º44.61%80%-
XYZ40.2838.8320.99-
YUV167.2197.41154.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=42.86%
G=33.40%
B=23.74%

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
Decimal20415911300.220.450.230.3347.1562.16
HexCC9F710162D141e2f3e
Octal3142371610265524365776
Binary110011001001111111100010101101011011010011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F71; }

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

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

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

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

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

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

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

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