Html Css Color HEX #C49051 Twine

📋 copy color: '#C49051'

red 196 ◦ green 144 ◦ blue 81

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

Shades of Twine #C49051

Tints of Twine #C49051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.24%

R = 46.56%
G = 34.2%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49051 (or 0xC49051) is known color: Twine. HEX triplet: C4, 90 and 51. RGB value is (196,144,81). Sum of RGB (Red+Green+Blue) = 196+144+81=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C49051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49051 is #3B6FAE. Grayscale: #989898. Windows color (decimal): -3895215 or 5345476. OLE color: 5345476.

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

Color convert

RGB 196 144 81 -
CMYK 0 0.27 0.59 0.23
HSL 32.87º 0.49% 0.54% -
HSV(B) 32.87º 0.59% 0.77% -
XYZ 34.22 32.28 12.21 -
YUV 152.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 196 144 81 0 0.27 0.59 0.23 32.87 0.49 0.54
Hex C4 90 51 0 1B 3B 17 21 31 36
Octal 304 220 121 0 33 73 27 41 61 66
Binary 11000100 10010000 1010001 0 11011 111011 10111 100001 110001 110110

Color Harmonies of #C49051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49051

Black with #C49051

Text Example


Text Example

White with #C49051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49051; }

 p { color: rgb(196,144,81); }

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

background-color css

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

 a { background-color: rgb(196,144,81); }

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

border-color css

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

 span { border-color: rgb(196,144,81); }

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