Html Css Color HEX #C59955 Twine

📋 copy color: '#C59955'

red 197 ◦ green 153 ◦ blue 85

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

Shades of Twine #C59955

Tints of Twine #C59955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 85 (33.59% from 255) = 19.54%

R = 45.29%
G = 35.17%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C59955 (or 0xC59955) is known color: Twine. HEX triplet: C5, 99 and 55. RGB value is (197,153,85). Sum of RGB (Red+Green+Blue) = 197+153+85=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C59955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59955 is #3A66AA. Grayscale: #9E9E9E. Windows color (decimal): -3827371 or 5609925. OLE color: 5609925.

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

Color convert

RGB 197 153 85 -
CMYK 0 0.22 0.57 0.23
HSL 36.43º 0.49% 0.55% -
HSV(B) 36.43º 0.57% 0.77% -
XYZ 36.06 35.31 13.51 -
YUV 158.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 197 153 85 0 0.22 0.57 0.23 36.43 0.49 0.55
Hex C5 99 55 0 16 39 17 24 31 37
Octal 305 231 125 0 26 71 27 44 61 67
Binary 11000101 10011001 1010101 0 10110 111001 10111 100100 110001 110111

Color Harmonies of #C59955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59955

Black with #C59955

Text Example


Text Example

White with #C59955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59955; }

 p { color: rgb(197,153,85); }

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

background-color css

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

 a { background-color: rgb(197,153,85); }

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

border-color css

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

 span { border-color: rgb(197,153,85); }

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