Html Css Color HEX #C5955A Twine

📋 copy color: '#C5955A'

red 197 ◦ green 149 ◦ blue 90

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

Shades of Twine #C5955A

Tints of Twine #C5955A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 45.18%
G = 34.17%
B = 20.64%

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

#C5955A (or 0xC5955A) is known color: Twine. HEX triplet: C5, 95 and 5A. RGB value is (197,149,90). Sum of RGB (Red+Green+Blue) = 197+149+90=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5955A is #3A6AA5. Grayscale: #9C9C9C. Windows color (decimal): -3828390 or 5936581. OLE color: 5936581.

HSL color Cylindrical-coordinate representation of color #C5955A: hue angle of 33.08º 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 #C5955A is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 90 -
CMYK 0 0.24 0.54 0.23
HSL 33.08º 0.48% 0.56% -
HSV(B) 33.08º 0.54% 0.77% -
XYZ 35.62 34.1 14.38 -
YUV 156.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 197 149 90 0 0.24 0.54 0.23 33.08 0.48 0.56
Hex C5 95 5A 0 18 36 17 21 30 38
Octal 305 225 132 0 30 66 27 41 60 70
Binary 11000101 10010101 1011010 0 11000 110110 10111 100001 110000 111000

Color Harmonies of #C5955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5955A

Black with #C5955A

Text Example


Text Example

White with #C5955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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