#C8915E

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

Shades of Twine #C8915E

Tints of Twine #C8915E

Color information

#C8915E (or 0xC8915E) is unknown color: approx Twine. HEX triplet: C8, 91 and 5E. RGB value is (200,145,94). Sum of RGB (Red+Green+Blue) = 200+145+94=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8915E is #376EA1. Grayscale: #9B9B9B. Windows color (decimal): -3632802 or 6197704. OLE color: 6197704.

HSL color Cylindrical-coordinate representation of color #C8915E: hue angle of 28.87º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8915E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB20014594-
CMYK00.280.530.22
HSL28.87º49.07%57.65%-
HSV(B)28.87º53%78.43%-
XYZ35.9733.3415.13-
YUV155.6393.22159.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=45.56%
G=33.03%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001459400.280.530.2228.8749.0757.65
HexC8915E01C35161d313a
Octal3102211360346526356172
Binary110010001001000110111100111001101011011011101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8915E; }

 p { color: rgb(200,145,94); }

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

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

 a { background-color: rgb(200,145,94); }

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

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

 span { border-color: rgb(200,145,94); }

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