Html Css Color HEX #C28256 Twine

📋 copy color: '#C28256'

red 194 ◦ green 130 ◦ blue 86

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

Shades of Twine #C28256

Tints of Twine #C28256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 47.32%
G = 31.71%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C28256 (or 0xC28256) is known color: Twine. HEX triplet: C2, 82 and 56. RGB value is (194,130,86). Sum of RGB (Red+Green+Blue) = 194+130+86=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C28256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28256 is #3D7DA9. Grayscale: #909090. Windows color (decimal): -4029866 or 5669570. OLE color: 5669570.

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

Color convert

RGB 194 130 86 -
CMYK 0 0.33 0.56 0.24
HSL 24.44º 0.47% 0.55% -
HSV(B) 24.44º 0.56% 0.76% -
XYZ 31.91 28.11 12.55 -
YUV 144.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 194 130 86 0 0.33 0.56 0.24 24.44 0.47 0.55
Hex C2 82 56 0 21 38 18 18 2F 37
Octal 302 202 126 0 41 70 30 30 57 67
Binary 11000010 10000010 1010110 0 100001 111000 11000 11000 101111 110111

Color Harmonies of #C28256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28256

Black with #C28256

Text Example


Text Example

White with #C28256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28256; }

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

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

background-color css

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

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

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

border-color css

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

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

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