#C28F52

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

Shades of Twine #C28F52

Tints of Twine #C28F52

Color information

#C28F52 (or 0xC28F52) is unknown color: approx Twine. HEX triplet: C2, 8F and 52. RGB value is (194,143,82). Sum of RGB (Red+Green+Blue) = 194+143+82=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F52 is #3D70AD. Grayscale: #979797. Windows color (decimal): -4026542 or 5410754. OLE color: 5410754.

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

Color convert

RGB19414382-
CMYK00.260.580.24
HSL32.68º47.86%54.12%-
HSV(B)32.68º57.73%76.08%-
XYZ33.5931.7212.34-
YUV151.388.9158.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 82 (32.42% from 255) = 19.57%
R=46.30%
G=34.13%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941438200.260.580.2432.6847.8654.12
HexC28F5201A3A18213036
Octal3022171220327230416066
Binary1100001010001111101001001101011101011000100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F52; }

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

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

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

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

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

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

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

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