Html Css Color HEX #C5956F Fallow

📋 copy color: '#C5956F'

red 197 ◦ green 149 ◦ blue 111

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

Shades of Fallow #C5956F

Tints of Fallow #C5956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 43.11%
G = 32.6%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5956F (or 0xC5956F) is known color: Fallow. HEX triplet: C5, 95 and 6F. RGB value is (197,149,111). Sum of RGB (Red+Green+Blue) = 197+149+111=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5956F is #3A6A90. Grayscale: #9F9F9F. Windows color (decimal): -3828369 or 7312837. OLE color: 7312837.

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

Color convert

RGB 197 149 111 -
CMYK 0 0.24 0.44 0.23
HSL 26.51º 0.43% 0.6% -
HSV(B) 26.51º 0.44% 0.77% -
XYZ 36.64 34.51 19.77 -
YUV 159.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 197 149 111 0 0.24 0.44 0.23 26.51 0.43 0.6
Hex C5 95 6F 0 18 2C 17 1B 2B 3C
Octal 305 225 157 0 30 54 27 33 53 74
Binary 11000101 10010101 1101111 0 11000 101100 10111 11011 101011 111100

Color Harmonies of #C5956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5956F

Black with #C5956F

Text Example


Text Example

White with #C5956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5956F; }

 p { color: rgb(197,149,111); }

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

background-color css

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

 a { background-color: rgb(197,149,111); }

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

border-color css

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

 span { border-color: rgb(197,149,111); }

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