#C98D51

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

Shades of Twine #C98D51

Tints of Twine #C98D51

Color information

#C98D51 (or 0xC98D51) is unknown color: approx Twine. HEX triplet: C9, 8D and 51. RGB value is (201,141,81). Sum of RGB (Red+Green+Blue) = 201+141+81=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D51 is #3672AE. Grayscale: #989898. Windows color (decimal): -3568303 or 5344713. OLE color: 5344713.

HSL color Cylindrical-coordinate representation of color #C98D51: hue angle of 30º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C98D51 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20114181-
CMYK00.300.600.21
HSL30º52.63%55.29%-
HSV(B)30º59.7%78.82%-
XYZ35.132.0612.12-
YUV152.187.88162.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=47.52%
G=33.33%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011418100.300.600.213052.6355.29
HexC98D5101E3C151e3537
Octal3112151210367425366567
Binary110010011000110110100010111101111001010111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D51; }

 p { color: rgb(201,141,81); }

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

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

 a { background-color: rgb(201,141,81); }

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

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

 span { border-color: rgb(201,141,81); }

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