#C28F61

Color #C28F61 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C28F61

Tints of Twine #C28F61

Color information

#C28F61 (or 0xC28F61) is unknown color: approx Twine. HEX triplet: C2, 8F and 61. RGB value is (194,143,97). Sum of RGB (Red+Green+Blue) = 194+143+97=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F61 is #3D709E. Grayscale: #999999. Windows color (decimal): -4026527 or 6393794. OLE color: 6393794.

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

Color convert

RGB19414397-
CMYK00.260.500.24
HSL28.45º44.29%57.06%-
HSV(B)28.45º50%76.08%-
XYZ34.2331.9815.68-
YUV15396.4157.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=44.70%
G=32.95%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941439700.260.500.2428.4544.2957.06
HexC28F6101A32181c2c39
Octal3022171410326230345471
Binary110000101000111111000010110101100101100011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F61; }

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

 H1.HeaderClassName
 {
   color: #C28F61;
 }
 .AnyTagClassName
 {
   color: #C28F61;
 }
</style>
background-color css

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

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

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

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

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

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