Html Css Color HEX #C29150 Twine

📋 copy color: '#C29150'

red 194 ◦ green 145 ◦ blue 80

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

Shades of Twine #C29150

Tints of Twine #C29150

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

 GREEN value IS 145 (57.03% from 255) = 34.61%

 BLUE value IS 80 (31.64% from 255) = 19.09%

R = 46.3%
G = 34.61%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C29150 (or 0xC29150) is known color: Twine. HEX triplet: C2, 91 and 50. RGB value is (194,145,80). Sum of RGB (Red+Green+Blue) = 194+145+80=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C29150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29150 is #3D6EAF. Grayscale: #989898. Windows color (decimal): -4026032 or 5280194. OLE color: 5280194.

HSL color Cylindrical-coordinate representation of color #C29150: hue angle of 34.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C29150 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 80 -
CMYK 0 0.25 0.59 0.24
HSL 34.21º 0.48% 0.54% -
HSV(B) 34.21º 0.59% 0.76% -
XYZ 33.82 32.3 12.04 -
YUV 152.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 194 145 80 0 0.25 0.59 0.24 34.21 0.48 0.54
Hex C2 91 50 0 19 3B 18 22 30 36
Octal 302 221 120 0 31 73 30 42 60 66
Binary 11000010 10010001 1010000 0 11001 111011 11000 100010 110000 110110

Color Harmonies of #C29150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29150

Black with #C29150

Text Example


Text Example

White with #C29150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29150; }

 p { color: rgb(194,145,80); }

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

background-color css

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

 a { background-color: rgb(194,145,80); }

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

border-color css

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

 span { border-color: rgb(194,145,80); }

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