Html Css Color HEX #C5986A Fallow

📋 copy color: '#C5986A'

red 197 ◦ green 152 ◦ blue 106

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

Shades of Fallow #C5986A

Tints of Fallow #C5986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.41%

 BLUE value IS 106 (41.8% from 255) = 23.3%

R = 43.3%
G = 33.41%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5986A (or 0xC5986A) is known color: Fallow. HEX triplet: C5, 98 and 6A. RGB value is (197,152,106). Sum of RGB (Red+Green+Blue) = 197+152+106=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5986A is #3A6795. Grayscale: #A0A0A0. Windows color (decimal): -3827606 or 6985925. OLE color: 6985925.

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

Color convert

RGB 197 152 106 -
CMYK 0 0.23 0.46 0.23
HSL 30.33º 0.44% 0.59% -
HSV(B) 30.33º 0.46% 0.77% -
XYZ 36.86 35.37 18.52 -
YUV 160.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 197 152 106 0 0.23 0.46 0.23 30.33 0.44 0.59
Hex C5 98 6A 0 17 2E 17 1E 2C 3B
Octal 305 230 152 0 27 56 27 36 54 73
Binary 11000101 10011000 1101010 0 10111 101110 10111 11110 101100 111011

Color Harmonies of #C5986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5986A

Black with #C5986A

Text Example


Text Example

White with #C5986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5986A; }

 p { color: rgb(197,152,106); }

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

background-color css

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

 a { background-color: rgb(197,152,106); }

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

border-color css

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

 span { border-color: rgb(197,152,106); }

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