#C98E55

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

Shades of Twine #C98E55

Tints of Twine #C98E55

Color information

#C98E55 (or 0xC98E55) is unknown color: approx Twine. HEX triplet: C9, 8E and 55. RGB value is (201,142,85). Sum of RGB (Red+Green+Blue) = 201+142+85=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E55 is #3671AA. Grayscale: #999999. Windows color (decimal): -3568043 or 5607113. OLE color: 5607113.

HSL color Cylindrical-coordinate representation of color #C98E55: hue angle of 29.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C98E55 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20114285-
CMYK00.290.580.21
HSL29.48º51.79%56.08%-
HSV(B)29.48º57.71%78.82%-
XYZ35.432.4212.99-
YUV153.1489.55162.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 85 (33.59% from 255) = 19.86%
R=46.96%
G=33.18%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011428500.290.580.2129.4851.7956.08
HexC98E5501D3A151d3438
Octal3112161250357225356470
Binary110010011000111010101010111011110101010111101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98E55; }

 p { color: rgb(201,142,85); }

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

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

 a { background-color: rgb(201,142,85); }

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

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

 span { border-color: rgb(201,142,85); }

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