Html Css Color HEX #C29560 Twine

📋 copy color: '#C29560'

red 194 ◦ green 149 ◦ blue 96

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

Shades of Twine #C29560

Tints of Twine #C29560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

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

R = 44.19%
G = 33.94%
B = 21.87%

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

#C29560 (or 0xC29560) is known color: Twine. HEX triplet: C2, 95 and 60. RGB value is (194,149,96). Sum of RGB (Red+Green+Blue) = 194+149+96=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C29560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29560 is #3D6A9F. Grayscale: #9C9C9C. Windows color (decimal): -4024992 or 6329794. OLE color: 6329794.

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

Color convert

RGB 194 149 96 -
CMYK 0 0.23 0.51 0.24
HSL 32.45º 0.45% 0.57% -
HSV(B) 32.45º 0.51% 0.76% -
XYZ 35.11 33.81 15.74 -
YUV 156.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 194 149 96 0 0.23 0.51 0.24 32.45 0.45 0.57
Hex C2 95 60 0 17 33 18 20 2D 39
Octal 302 225 140 0 27 63 30 40 55 71
Binary 11000010 10010101 1100000 0 10111 110011 11000 100000 101101 111001

Color Harmonies of #C29560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29560

Black with #C29560

Text Example


Text Example

White with #C29560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29560; }

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

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

background-color css

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

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

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

border-color css

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

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

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