Html Css Color HEX #C59055 Twine

📋 copy color: '#C59055'

red 197 ◦ green 144 ◦ blue 85

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

Shades of Twine #C59055

Tints of Twine #C59055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

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

R = 46.24%
G = 33.8%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C59055 (or 0xC59055) is known color: Twine. HEX triplet: C5, 90 and 55. RGB value is (197,144,85). Sum of RGB (Red+Green+Blue) = 197+144+85=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C59055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59055 is #3A6FAA. Grayscale: #999999. Windows color (decimal): -3829675 or 5607621. OLE color: 5607621.

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

Color convert

RGB 197 144 85 -
CMYK 0 0.27 0.57 0.23
HSL 31.61º 0.49% 0.55% -
HSV(B) 31.61º 0.57% 0.77% -
XYZ 34.64 32.47 13.04 -
YUV 153.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 197 144 85 0 0.27 0.57 0.23 31.61 0.49 0.55
Hex C5 90 55 0 1B 39 17 20 31 37
Octal 305 220 125 0 33 71 27 40 61 67
Binary 11000101 10010000 1010101 0 11011 111001 10111 100000 110001 110111

Color Harmonies of #C59055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59055

Black with #C59055

Text Example


Text Example

White with #C59055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59055; }

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

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

background-color css

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

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

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

border-color css

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

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

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