Html Css Color HEX #C28D61 Twine

📋 copy color: '#C28D61'

red 194 ◦ green 141 ◦ blue 97

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

Shades of Twine #C28D61

Tints of Twine #C28D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.64%

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

R = 44.91%
G = 32.64%
B = 22.45%

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

#C28D61 (or 0xC28D61) is known color: Twine. HEX triplet: C2, 8D and 61. RGB value is (194,141,97). Sum of RGB (Red+Green+Blue) = 194+141+97=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D61 is #3D729E. Grayscale: #989898. Windows color (decimal): -4027039 or 6393282. OLE color: 6393282.

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

Color convert

RGB 194 141 97 -
CMYK 0 0.27 0.50 0.24
HSL 27.22º 0.44% 0.57% -
HSV(B) 27.22º 0.5% 0.76% -
XYZ 33.93 31.38 15.58 -
YUV 151.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 194 141 97 0 0.27 0.50 0.24 27.22 0.44 0.57
Hex C2 8D 61 0 1B 32 18 1B 2C 39
Octal 302 215 141 0 33 62 30 33 54 71
Binary 11000010 10001101 1100001 0 11011 110010 11000 11011 101100 111001

Color Harmonies of #C28D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D61

Black with #C28D61

Text Example


Text Example

White with #C28D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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