#C28F5B

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

Shades of Twine #C28F5B

Tints of Twine #C28F5B

Color information

#C28F5B (or 0xC28F5B) is unknown color: approx Twine. HEX triplet: C2, 8F and 5B. RGB value is (194,143,91). Sum of RGB (Red+Green+Blue) = 194+143+91=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F5B is #3D70A4. Grayscale: #989898. Windows color (decimal): -4026533 or 6000578. OLE color: 6000578.

HSL color Cylindrical-coordinate representation of color #C28F5B: hue angle of 30.29º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C28F5B is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19414391-
CMYK00.260.530.24
HSL30.29º45.78%55.88%-
HSV(B)30.29º53.09%76.08%-
XYZ33.9631.8714.26-
YUV152.3293.4157.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=45.33%
G=33.41%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941439100.260.530.2430.2945.7855.88
HexC28F5B01A35181e2e38
Octal3022171330326530365670
Binary110000101000111110110110110101101011100011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F5B; }

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

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

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

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

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

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

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

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