Html Css Color HEX #C28650 Twine

📋 copy color: '#C28650'

red 194 ◦ green 134 ◦ blue 80

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

Shades of Twine #C28650

Tints of Twine #C28650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 47.55%
G = 32.84%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C28650 (or 0xC28650) is known color: Twine. HEX triplet: C2, 86 and 50. RGB value is (194,134,80). Sum of RGB (Red+Green+Blue) = 194+134+80=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C28650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28650 is #3D79AF. Grayscale: #929292. Windows color (decimal): -4028848 or 5277378. OLE color: 5277378.

HSL color Cylindrical-coordinate representation of color #C28650: hue angle of 28.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C28650 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 80 -
CMYK 0 0.31 0.59 0.24
HSL 28.42º 0.48% 0.54% -
HSV(B) 28.42º 0.59% 0.76% -
XYZ 32.22 29.1 11.51 -
YUV 145.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 194 134 80 0 0.31 0.59 0.24 28.42 0.48 0.54
Hex C2 86 50 0 1F 3B 18 1C 30 36
Octal 302 206 120 0 37 73 30 34 60 66
Binary 11000010 10000110 1010000 0 11111 111011 11000 11100 110000 110110

Color Harmonies of #C28650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28650

Black with #C28650

Text Example


Text Example

White with #C28650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28650; }

 p { color: rgb(194,134,80); }

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

background-color css

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

 a { background-color: rgb(194,134,80); }

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

border-color css

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

 span { border-color: rgb(194,134,80); }

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