#CC9C65

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

Shades of Fallow #CC9C65

Tints of Fallow #CC9C65

Color information

#CC9C65 (or 0xCC9C65) is unknown color: approx Fallow. HEX triplet: CC, 9C and 65. RGB value is (204,156,101). Sum of RGB (Red+Green+Blue) = 204+156+101=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C65 is #33639A. Grayscale: #A4A4A4. Windows color (decimal): -3367835 or 6659276. OLE color: 6659276.

HSL color Cylindrical-coordinate representation of color #CC9C65: hue angle of 32.04º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC9C65 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204156101-
CMYK00.240.500.2
HSL32.04º50.24%59.8%-
HSV(B)32.04º50.49%80%-
XYZ39.1437.5517.5-
YUV164.0892.4156.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=44.25%
G=33.84%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415610100.240.500.232.0450.2459.8
HexCC9C65018321420323c
Octal3142341450306224406274
Binary1100110010011100110010101100011001010100100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C65; }

 p { color: rgb(204,156,101); }

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

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

 a { background-color: rgb(204,156,101); }

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

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

 span { border-color: rgb(204,156,101); }

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