Html Css Color HEX #C19961 Fallow

📋 copy color: '#C19961'

red 193 ◦ green 153 ◦ blue 97

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

Shades of Fallow #C19961

Tints of Fallow #C19961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 43.57%
G = 34.54%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C19961 (or 0xC19961) is known color: Fallow. HEX triplet: C1, 99 and 61. RGB value is (193,153,97). Sum of RGB (Red+Green+Blue) = 193+153+97=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C19961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19961 is #3E669E. Grayscale: #9E9E9E. Windows color (decimal): -4089503 or 6396353. OLE color: 6396353.

HSL color Cylindrical-coordinate representation of color #C19961: hue angle of 35º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C19961 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 97 -
CMYK 0 0.21 0.50 0.24
HSL 35º 0.44% 0.57% -
HSV(B) 35º 0.5% 0.76% -
XYZ 35.54 34.98 16.19 -
YUV 158.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 193 153 97 0 0.21 0.50 0.24 35 0.44 0.57
Hex C1 99 61 0 15 32 18 23 2C 39
Octal 301 231 141 0 25 62 30 43 54 71
Binary 11000001 10011001 1100001 0 10101 110010 11000 100011 101100 111001

Color Harmonies of #C19961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19961

Black with #C19961

Text Example


Text Example

White with #C19961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19961; }

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

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

background-color css

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

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

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

border-color css

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

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

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