#CC9F74

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

Shades of Fallow #CC9F74

Tints of Fallow #CC9F74

Color information

#CC9F74 (or 0xCC9F74) is unknown color: approx Fallow. HEX triplet: CC, 9F and 74. RGB value is (204,159,116). Sum of RGB (Red+Green+Blue) = 204+159+116=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F74 is #33608B. Grayscale: #A7A7A7. Windows color (decimal): -3367052 or 7643084. OLE color: 7643084.

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

Color convert

RGB204159116-
CMYK00.220.430.2
HSL29.32º46.32%62.75%-
HSV(B)29.32º43.14%80%-
XYZ40.4538.8921.9-
YUV167.5598.91154-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=42.59%
G=33.19%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415911600.220.430.229.3246.3262.75
HexCC9F740162B141d2e3f
Octal3142371640265324355677
Binary110011001001111111101000101101010111010011101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F74; }

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

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

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

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

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

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

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

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