Html Css Color HEX #C5955B Twine

📋 copy color: '#C5955B'

red 197 ◦ green 149 ◦ blue 91

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

Shades of Twine #C5955B

Tints of Twine #C5955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.82%

R = 45.08%
G = 34.1%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5955B (or 0xC5955B) is known color: Twine. HEX triplet: C5, 95 and 5B. RGB value is (197,149,91). Sum of RGB (Red+Green+Blue) = 197+149+91=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5955B is #3A6AA4. Grayscale: #9D9D9D. Windows color (decimal): -3828389 or 6002117. OLE color: 6002117.

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

Color convert

RGB 197 149 91 -
CMYK 0 0.24 0.54 0.23
HSL 32.83º 0.48% 0.56% -
HSV(B) 32.83º 0.54% 0.77% -
XYZ 35.66 34.12 14.6 -
YUV 156.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 197 149 91 0 0.24 0.54 0.23 32.83 0.48 0.56
Hex C5 95 5B 0 18 36 17 21 30 38
Octal 305 225 133 0 30 66 27 41 60 70
Binary 11000101 10010101 1011011 0 11000 110110 10111 100001 110000 111000

Color Harmonies of #C5955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5955B

Black with #C5955B

Text Example


Text Example

White with #C5955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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