Html Css Color HEX #C28E61 Twine

📋 copy color: '#C28E61'

red 194 ◦ green 142 ◦ blue 97

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

Shades of Twine #C28E61

Tints of Twine #C28E61

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.79%

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 44.8%
G = 32.79%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C28E61 (or 0xC28E61) is known color: Twine. HEX triplet: C2, 8E and 61. RGB value is (194,142,97). Sum of RGB (Red+Green+Blue) = 194+142+97=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E61 is #3D719E. Grayscale: #989898. Windows color (decimal): -4026783 or 6393538. OLE color: 6393538.

HSL color Cylindrical-coordinate representation of color #C28E61: hue angle of 27.84º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C28E61 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 97 -
CMYK 0 0.27 0.50 0.24
HSL 27.84º 0.44% 0.57% -
HSV(B) 27.84º 0.5% 0.76% -
XYZ 34.08 31.68 15.63 -
YUV 152.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 194 142 97 0 0.27 0.50 0.24 27.84 0.44 0.57
Hex C2 8E 61 0 1B 32 18 1C 2C 39
Octal 302 216 141 0 33 62 30 34 54 71
Binary 11000010 10001110 1100001 0 11011 110010 11000 11100 101100 111001

Color Harmonies of #C28E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E61

Black with #C28E61

Text Example


Text Example

White with #C28E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E61; }

 p { color: rgb(194,142,97); }

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

background-color css

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

 a { background-color: rgb(194,142,97); }

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

border-color css

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

 span { border-color: rgb(194,142,97); }

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