Html Css Color HEX #C29660 Twine

📋 copy color: '#C29660'

red 194 ◦ green 150 ◦ blue 96

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

Shades of Twine #C29660

Tints of Twine #C29660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.09%

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

R = 44.09%
G = 34.09%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C29660 (or 0xC29660) is known color: Twine. HEX triplet: C2, 96 and 60. RGB value is (194,150,96). Sum of RGB (Red+Green+Blue) = 194+150+96=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C29660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29660 is #3D699F. Grayscale: #9D9D9D. Windows color (decimal): -4024736 or 6330050. OLE color: 6330050.

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

Color convert

RGB 194 150 96 -
CMYK 0 0.23 0.51 0.24
HSL 33.06º 0.45% 0.57% -
HSV(B) 33.06º 0.51% 0.76% -
XYZ 35.27 34.13 15.79 -
YUV 157 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 194 150 96 0 0.23 0.51 0.24 33.06 0.45 0.57
Hex C2 96 60 0 17 33 18 21 2D 39
Octal 302 226 140 0 27 63 30 41 55 71
Binary 11000010 10010110 1100000 0 10111 110011 11000 100001 101101 111001

Color Harmonies of #C29660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29660

Black with #C29660

Text Example


Text Example

White with #C29660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29660; }

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

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

background-color css

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

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

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

border-color css

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

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

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