Html Css Color HEX #C29060 Twine

📋 copy color: '#C29060'

red 194 ◦ green 144 ◦ blue 96

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

Shades of Twine #C29060

Tints of Twine #C29060

RGB

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

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

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

R = 44.7%
G = 33.18%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C29060 (or 0xC29060) is known color: Twine. HEX triplet: C2, 90 and 60. RGB value is (194,144,96). Sum of RGB (Red+Green+Blue) = 194+144+96=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C29060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29060 is #3D6F9F. Grayscale: #999999. Windows color (decimal): -4026272 or 6328514. OLE color: 6328514.

HSL color Cylindrical-coordinate representation of color #C29060: hue angle of 29.39º 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 #C29060 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 96 -
CMYK 0 0.26 0.51 0.24
HSL 29.39º 0.45% 0.57% -
HSV(B) 29.39º 0.51% 0.76% -
XYZ 34.33 32.26 15.48 -
YUV 153.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 194 144 96 0 0.26 0.51 0.24 29.39 0.45 0.57
Hex C2 90 60 0 1A 33 18 1D 2D 39
Octal 302 220 140 0 32 63 30 35 55 71
Binary 11000010 10010000 1100000 0 11010 110011 11000 11101 101101 111001

Color Harmonies of #C29060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29060

Black with #C29060

Text Example


Text Example

White with #C29060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29060; }

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

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

background-color css

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

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

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

border-color css

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

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

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