#C28E52

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

Shades of Twine #C28E52

Tints of Twine #C28E52

Color information

#C28E52 (or 0xC28E52) is unknown color: approx Twine. HEX triplet: C2, 8E and 52. RGB value is (194,142,82). Sum of RGB (Red+Green+Blue) = 194+142+82=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E52 is #3D71AD. Grayscale: #979797. Windows color (decimal): -4026798 or 5410498. OLE color: 5410498.

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

Color convert

RGB19414282-
CMYK00.270.580.24
HSL32.14º47.86%54.12%-
HSV(B)32.14º57.73%76.08%-
XYZ33.4431.4212.29-
YUV150.7189.23158.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 82 (32.42% from 255) = 19.62%
R=46.41%
G=33.97%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941428200.270.580.2432.1447.8654.12
HexC28E5201B3A18203036
Octal3022161220337230406066
Binary1100001010001110101001001101111101011000100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E52; }

 p { color: rgb(194,142,82); }

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

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

 a { background-color: rgb(194,142,82); }

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

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

 span { border-color: rgb(194,142,82); }

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