Html Css Color HEX #C28257 Twine

📋 copy color: '#C28257'

red 194 ◦ green 130 ◦ blue 87

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

Shades of Twine #C28257

Tints of Twine #C28257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.17%

R = 47.2%
G = 31.63%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C28257 (or 0xC28257) is known color: Twine. HEX triplet: C2, 82 and 57. RGB value is (194,130,87). Sum of RGB (Red+Green+Blue) = 194+130+87=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C28257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28257 is #3D7DA8. Grayscale: #909090. Windows color (decimal): -4029865 or 5735106. OLE color: 5735106.

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

Color convert

RGB 194 130 87 -
CMYK 0 0.33 0.55 0.24
HSL 24.11º 0.47% 0.55% -
HSV(B) 24.11º 0.55% 0.76% -
XYZ 31.95 28.12 12.76 -
YUV 144.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 194 130 87 0 0.33 0.55 0.24 24.11 0.47 0.55
Hex C2 82 57 0 21 37 18 18 2F 37
Octal 302 202 127 0 41 67 30 30 57 67
Binary 11000010 10000010 1010111 0 100001 110111 11000 11000 101111 110111

Color Harmonies of #C28257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28257

Black with #C28257

Text Example


Text Example

White with #C28257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28257; }

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

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

background-color css

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

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

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

border-color css

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

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

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