Html Css Color HEX #C28350 Twine

📋 copy color: '#C28350'

red 194 ◦ green 131 ◦ blue 80

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

Shades of Twine #C28350

Tints of Twine #C28350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 47.9%
G = 32.35%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C28350 (or 0xC28350) is known color: Twine. HEX triplet: C2, 83 and 50. RGB value is (194,131,80). Sum of RGB (Red+Green+Blue) = 194+131+80=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C28350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28350 is #3D7CAF. Grayscale: #909090. Windows color (decimal): -4029616 or 5276610. OLE color: 5276610.

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

Color convert

RGB 194 131 80 -
CMYK 0 0.32 0.59 0.24
HSL 26.84º 0.48% 0.54% -
HSV(B) 26.84º 0.59% 0.76% -
XYZ 31.81 28.28 11.37 -
YUV 144.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 194 131 80 0 0.32 0.59 0.24 26.84 0.48 0.54
Hex C2 83 50 0 20 3B 18 1B 30 36
Octal 302 203 120 0 40 73 30 33 60 66
Binary 11000010 10000011 1010000 0 100000 111011 11000 11011 110000 110110

Color Harmonies of #C28350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28350

Black with #C28350

Text Example


Text Example

White with #C28350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28350; }

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

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

background-color css

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

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

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

border-color css

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

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

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