Html Css Color HEX #C29160 Twine

📋 copy color: '#C29160'

red 194 ◦ green 145 ◦ blue 96

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

Shades of Twine #C29160

Tints of Twine #C29160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 44.6%
G = 33.33%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C29160 (or 0xC29160) is known color: Twine. HEX triplet: C2, 91 and 60. RGB value is (194,145,96). Sum of RGB (Red+Green+Blue) = 194+145+96=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C29160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29160 is #3D6E9F. Grayscale: #9A9A9A. Windows color (decimal): -4026016 or 6328770. OLE color: 6328770.

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

Color convert

RGB 194 145 96 -
CMYK 0 0.25 0.51 0.24
HSL 30º 0.45% 0.57% -
HSV(B) 30º 0.51% 0.76% -
XYZ 34.48 32.56 15.53 -
YUV 154.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 194 145 96 0 0.25 0.51 0.24 30 0.45 0.57
Hex C2 91 60 0 19 33 18 1E 2D 39
Octal 302 221 140 0 31 63 30 36 55 71
Binary 11000010 10010001 1100000 0 11001 110011 11000 11110 101101 111001

Color Harmonies of #C29160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29160

Black with #C29160

Text Example


Text Example

White with #C29160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29160; }

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

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

background-color css

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

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

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

border-color css

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

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

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