#C98A51

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

Shades of Twine #C98A51

Tints of Twine #C98A51

Color information

#C98A51 (or 0xC98A51) is unknown color: approx Twine. HEX triplet: C9, 8A and 51. RGB value is (201,138,81). Sum of RGB (Red+Green+Blue) = 201+138+81=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A51 is #3675AE. Grayscale: #969696. Windows color (decimal): -3569071 or 5343945. OLE color: 5343945.

HSL color Cylindrical-coordinate representation of color #C98A51: hue angle of 28.5º 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 #C98A51 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20113881-
CMYK00.310.600.21
HSL28.5º52.63%55.29%-
HSV(B)28.5º59.7%78.82%-
XYZ34.6631.1911.98-
YUV150.3488.87164.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 81 (32.03% from 255) = 19.29%
R=47.86%
G=32.86%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011388100.310.600.2128.552.6355.29
HexC98A5101F3C151d3537
Octal3112121210377425356567
Binary110010011000101010100010111111111001010111101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98A51; }

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

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

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

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

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

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

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

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