Html Css Color HEX #C5955F Twine

📋 copy color: '#C5955F'

red 197 ◦ green 149 ◦ blue 95

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

Shades of Twine #C5955F

Tints of Twine #C5955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 44.67%
G = 33.79%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5955F (or 0xC5955F) is known color: Twine. HEX triplet: C5, 95 and 5F. RGB value is (197,149,95). Sum of RGB (Red+Green+Blue) = 197+149+95=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5955F is #3A6AA0. Grayscale: #9D9D9D. Windows color (decimal): -3828385 or 6264261. OLE color: 6264261.

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

Color convert

RGB 197 149 95 -
CMYK 0 0.24 0.52 0.23
HSL 31.76º 0.47% 0.57% -
HSV(B) 31.76º 0.52% 0.77% -
XYZ 35.84 34.19 15.54 -
YUV 157.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 197 149 95 0 0.24 0.52 0.23 31.76 0.47 0.57
Hex C5 95 5F 0 18 34 17 20 2F 39
Octal 305 225 137 0 30 64 27 40 57 71
Binary 11000101 10010101 1011111 0 11000 110100 10111 100000 101111 111001

Color Harmonies of #C5955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5955F

Black with #C5955F

Text Example


Text Example

White with #C5955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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