#C28C5F

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

Shades of Twine #C28C5F

Tints of Twine #C28C5F

Color information

#C28C5F (or 0xC28C5F) is unknown color: approx Twine. HEX triplet: C2, 8C and 5F. RGB value is (194,140,95). Sum of RGB (Red+Green+Blue) = 194+140+95=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C5F is #3D73A0. Grayscale: #979797. Windows color (decimal): -4027297 or 6261954. OLE color: 6261954.

HSL color Cylindrical-coordinate representation of color #C28C5F: hue angle of 27.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C28C5F is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19414095-
CMYK00.280.510.24
HSL27.27º44.8%56.67%-
HSV(B)27.27º51.03%76.08%-
XYZ33.6931.0515.04-
YUV151.0296.39158.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=45.22%
G=32.63%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941409500.280.510.2427.2744.856.67
HexC28C5F01C33181b2d39
Octal3022141370346330335571
Binary110000101000110010111110111001100111100011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C5F; }

 p { color: rgb(194,140,95); }

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

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

 a { background-color: rgb(194,140,95); }

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

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

 span { border-color: rgb(194,140,95); }

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