#C1976C

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

Shades of Fallow #C1976C

Tints of Fallow #C1976C

Color information

#C1976C (or 0xC1976C) is unknown color: approx Fallow. HEX triplet: C1, 97 and 6C. RGB value is (193,151,108). Sum of RGB (Red+Green+Blue) = 193+151+108=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1976C is #3E6893. Grayscale: #9E9E9E. Windows color (decimal): -4090004 or 7116737. OLE color: 7116737.

HSL color Cylindrical-coordinate representation of color #C1976C: hue angle of 30.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1976C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193151108-
CMYK00.220.440.24
HSL30.35º40.67%59.02%-
HSV(B)30.35º44.04%75.69%-
XYZ35.7734.5518.97-
YUV158.6699.41152.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=42.70%
G=33.41%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315110800.220.440.2430.3540.6759.02
HexC1976C0162C181e293b
Octal3012271540265430365173
Binary110000011001011111011000101101011001100011110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1976C; }

 p { color: rgb(193,151,108); }

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

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

 a { background-color: rgb(193,151,108); }

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

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

 span { border-color: rgb(193,151,108); }

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