Html Css Color HEX #C28D56 Twine

📋 copy color: '#C28D56'

red 194 ◦ green 141 ◦ blue 86

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

Shades of Twine #C28D56

Tints of Twine #C28D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.43%

R = 46.08%
G = 33.49%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C28D56 (or 0xC28D56) is known color: Twine. HEX triplet: C2, 8D and 56. RGB value is (194,141,86). Sum of RGB (Red+Green+Blue) = 194+141+86=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D56 is #3D72A9. Grayscale: #969696. Windows color (decimal): -4027050 or 5672386. OLE color: 5672386.

HSL color Cylindrical-coordinate representation of color #C28D56: hue angle of 30.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C28D56 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 141 86 -
CMYK 0 0.27 0.56 0.24
HSL 30.56º 0.47% 0.55% -
HSV(B) 30.56º 0.56% 0.76% -
XYZ 33.45 31.19 13.06 -
YUV 150.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 194 141 86 0 0.27 0.56 0.24 30.56 0.47 0.55
Hex C2 8D 56 0 1B 38 18 1F 2F 37
Octal 302 215 126 0 33 70 30 37 57 67
Binary 11000010 10001101 1010110 0 11011 111000 11000 11111 101111 110111

Color Harmonies of #C28D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D56

Black with #C28D56

Text Example


Text Example

White with #C28D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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