#C0956C

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

Shades of Fallow #C0956C

Tints of Fallow #C0956C

Color information

#C0956C (or 0xC0956C) is unknown color: approx Fallow. HEX triplet: C0, 95 and 6C. RGB value is (192,149,108). Sum of RGB (Red+Green+Blue) = 192+149+108=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0956C is #3F6A93. Grayscale: #9D9D9D. Windows color (decimal): -4156052 or 7116224. OLE color: 7116224.

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

Color convert

RGB192149108-
CMYK00.220.440.25
HSL29.29º40%58.82%-
HSV(B)29.29º43.75%75.29%-
XYZ35.1933.7818.85-
YUV157.18100.25152.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=42.76%
G=33.18%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214910800.220.440.2529.294058.82
HexC0956C0162C191d283b
Octal3002251540265431355073
Binary110000001001010111011000101101011001100111101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0956C; }

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

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

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

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

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

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

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

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