Html Css Color HEX #C1996C Fallow

📋 copy color: '#C1996C'

red 193 ◦ green 153 ◦ blue 108

#C1996C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fallow #C1996C

Tints of Fallow #C1996C

RGB

 RED value IS 193 (75.78% from 255) = 42.51%

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 42.51%
G = 33.7%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1996C (or 0xC1996C) is known color: Fallow. HEX triplet: C1, 99 and 6C. RGB value is (193,153,108). Sum of RGB (Red+Green+Blue) = 193+153+108=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1996C is #3E6693. Grayscale: #A0A0A0. Windows color (decimal): -4089492 or 7117249. OLE color: 7117249.

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

Color convert

RGB 193 153 108 -
CMYK 0 0.21 0.44 0.24
HSL 31.76º 0.41% 0.59% -
HSV(B) 31.76º 0.44% 0.76% -
XYZ 36.09 35.2 19.08 -
YUV 159.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 193 153 108 0 0.21 0.44 0.24 31.76 0.41 0.59
Hex C1 99 6C 0 15 2C 18 20 29 3B
Octal 301 231 154 0 25 54 30 40 51 73
Binary 11000001 10011001 1101100 0 10101 101100 11000 100000 101001 111011

Color Harmonies of #C1996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1996C

Black with #C1996C

Text Example


Text Example

White with #C1996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1996C; }

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

 H1.HeaderClassName
 {
   color: #C1996C;
 }
 .AnyTagClassName
 {
   color: #C1996C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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