#C0996C

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

Shades of Fallow #C0996C

Tints of Fallow #C0996C

Color information

#C0996C (or 0xC0996C) is unknown color: approx Fallow. HEX triplet: C0, 99 and 6C. RGB value is (192,153,108). Sum of RGB (Red+Green+Blue) = 192+153+108=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0996C is #3F6693. Grayscale: #9F9F9F. Windows color (decimal): -4155028 or 7117248. OLE color: 7117248.

HSL color Cylindrical-coordinate representation of color #C0996C: hue angle of 32.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0996C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB192153108-
CMYK00.200.440.25
HSL32.14º40%58.82%-
HSV(B)32.14º43.75%75.29%-
XYZ35.8435.0719.07-
YUV159.5398.92151.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=42.38%
G=33.77%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215310800.200.440.2532.144058.82
HexC0996C0142C1920283b
Octal3002311540245431405073
Binary1100000010011001110110001010010110011001100000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0996C; }

 p { color: rgb(192,153,108); }

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

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

 a { background-color: rgb(192,153,108); }

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

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

 span { border-color: rgb(192,153,108); }

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