#C28F5F

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

Shades of Twine #C28F5F

Tints of Twine #C28F5F

Color information

#C28F5F (or 0xC28F5F) is unknown color: approx Twine. HEX triplet: C2, 8F and 5F. RGB value is (194,143,95). Sum of RGB (Red+Green+Blue) = 194+143+95=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F5F is #3D70A0. Grayscale: #999999. Windows color (decimal): -4026529 or 6262722. OLE color: 6262722.

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

Color convert

RGB19414395-
CMYK00.260.510.24
HSL29.09º44.8%56.67%-
HSV(B)29.09º51.03%76.08%-
XYZ34.1431.9415.19-
YUV152.7895.4157.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=44.91%
G=33.10%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941439500.260.510.2429.0944.856.67
HexC28F5F01A33181d2d39
Octal3022171370326330355571
Binary110000101000111110111110110101100111100011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F5F; }

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

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

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

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

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

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

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

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