Html Css Color HEX #C29260 Twine

📋 copy color: '#C29260'

red 194 ◦ green 146 ◦ blue 96

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

Shades of Twine #C29260

Tints of Twine #C29260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.49%

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

R = 44.5%
G = 33.49%
B = 22.02%

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

#C29260 (or 0xC29260) is known color: Twine. HEX triplet: C2, 92 and 60. RGB value is (194,146,96). Sum of RGB (Red+Green+Blue) = 194+146+96=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C29260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29260 is #3D6D9F. Grayscale: #9A9A9A. Windows color (decimal): -4025760 or 6329026. OLE color: 6329026.

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

Color convert

RGB 194 146 96 -
CMYK 0 0.25 0.51 0.24
HSL 30.61º 0.45% 0.57% -
HSV(B) 30.61º 0.51% 0.76% -
XYZ 34.64 32.87 15.59 -
YUV 154.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 194 146 96 0 0.25 0.51 0.24 30.61 0.45 0.57
Hex C2 92 60 0 19 33 18 1F 2D 39
Octal 302 222 140 0 31 63 30 37 55 71
Binary 11000010 10010010 1100000 0 11001 110011 11000 11111 101101 111001

Color Harmonies of #C29260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29260

Black with #C29260

Text Example


Text Example

White with #C29260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29260; }

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

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

background-color css

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

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

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

border-color css

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

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

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