#CC996E

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

Shades of Fallow #CC996E

Tints of Fallow #CC996E

Color information

#CC996E (or 0xCC996E) is unknown color: approx Fallow. HEX triplet: CC, 99 and 6E. RGB value is (204,153,110). Sum of RGB (Red+Green+Blue) = 204+153+110=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC996E is #336691. Grayscale: #A3A3A3. Windows color (decimal): -3368594 or 7248332. OLE color: 7248332.

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

Color convert

RGB204153110-
CMYK00.250.460.2
HSL27.45º47.96%61.57%-
HSV(B)27.45º46.08%80%-
XYZ39.1136.7519.78-
YUV163.3597.9157-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=43.68%
G=32.76%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415311000.250.460.227.4547.9661.57
HexCC996E0192E141b303e
Octal3142311560315624336076
Binary110011001001100111011100110011011101010011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC996E; }

 p { color: rgb(204,153,110); }

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

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

 a { background-color: rgb(204,153,110); }

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

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

 span { border-color: rgb(204,153,110); }

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