#C98F56

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

Shades of Twine #C98F56

Tints of Twine #C98F56

Color information

#C98F56 (or 0xC98F56) is unknown color: approx Twine. HEX triplet: C9, 8F and 56. RGB value is (201,143,86). Sum of RGB (Red+Green+Blue) = 201+143+86=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F56 is #3670A9. Grayscale: #9A9A9A. Windows color (decimal): -3567786 or 5672905. OLE color: 5672905.

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

Color convert

RGB20114386-
CMYK00.290.570.21
HSL29.74º51.57%56.27%-
HSV(B)29.74º57.21%78.82%-
XYZ35.5932.7313.25-
YUV153.8489.72161.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 86 (33.98% from 255) = 20%
R=46.74%
G=33.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011438600.290.570.2129.7451.5756.27
HexC98F5601D39151e3438
Octal3112171260357125366470
Binary110010011000111110101100111011110011010111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F56; }

 p { color: rgb(201,143,86); }

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

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

 a { background-color: rgb(201,143,86); }

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

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

 span { border-color: rgb(201,143,86); }

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