Html Css Color HEX #C49855 Twine

📋 copy color: '#C49855'

red 196 ◦ green 152 ◦ blue 85

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

Shades of Twine #C49855

Tints of Twine #C49855

RGB

 RED value IS 196 (76.95% from 255) = 45.27%

 GREEN value IS 152 (59.77% from 255) = 35.1%

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

R = 45.27%
G = 35.1%
B = 19.63%

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

#C49855 (or 0xC49855) is known color: Twine. HEX triplet: C4, 98 and 55. RGB value is (196,152,85). Sum of RGB (Red+Green+Blue) = 196+152+85=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C49855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49855 is #3B67AA. Grayscale: #9D9D9D. Windows color (decimal): -3893163 or 5609668. OLE color: 5609668.

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

Color convert

RGB 196 152 85 -
CMYK 0 0.22 0.57 0.23
HSL 36.22º 0.48% 0.55% -
HSV(B) 36.22º 0.57% 0.77% -
XYZ 35.63 34.85 13.44 -
YUV 157.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 196 152 85 0 0.22 0.57 0.23 36.22 0.48 0.55
Hex C4 98 55 0 16 39 17 24 30 37
Octal 304 230 125 0 26 71 27 44 60 67
Binary 11000100 10011000 1010101 0 10110 111001 10111 100100 110000 110111

Color Harmonies of #C49855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49855

Black with #C49855

Text Example


Text Example

White with #C49855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49855; }

 p { color: rgb(196,152,85); }

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

background-color css

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

 a { background-color: rgb(196,152,85); }

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

border-color css

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

 span { border-color: rgb(196,152,85); }

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