Html Css Color HEX #C5996B Fallow

📋 copy color: '#C5996B'

red 197 ◦ green 153 ◦ blue 107

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

Shades of Fallow #C5996B

Tints of Fallow #C5996B

RGB

 RED value IS 197 (77.34% from 255) = 43.11%

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

 BLUE value IS 107 (42.19% from 255) = 23.41%

R = 43.11%
G = 33.48%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5996B (or 0xC5996B) is known color: Fallow. HEX triplet: C5, 99 and 6B. RGB value is (197,153,107). Sum of RGB (Red+Green+Blue) = 197+153+107=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5996B is #3A6694. Grayscale: #A1A1A1. Windows color (decimal): -3827349 or 7051717. OLE color: 7051717.

HSL color Cylindrical-coordinate representation of color #C5996B: hue angle of 30.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5996B is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 153 107 -
CMYK 0 0.22 0.46 0.23
HSL 30.67º 0.44% 0.6% -
HSV(B) 30.67º 0.46% 0.77% -
XYZ 37.07 35.71 18.85 -
YUV 160.91 97.58 153.74 -
System Red Green Blue C M Y K H S L
Decimal 197 153 107 0 0.22 0.46 0.23 30.67 0.44 0.6
Hex C5 99 6B 0 16 2E 17 1F 2C 3C
Octal 305 231 153 0 26 56 27 37 54 74
Binary 11000101 10011001 1101011 0 10110 101110 10111 11111 101100 111100

Color Harmonies of #C5996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5996B

Black with #C5996B

Text Example


Text Example

White with #C5996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5996B; }

 p { color: rgb(197,153,107); }

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

background-color css

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

 a { background-color: rgb(197,153,107); }

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

border-color css

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

 span { border-color: rgb(197,153,107); }

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