#C98F52

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

Shades of Twine #C98F52

Tints of Twine #C98F52

Color information

#C98F52 (or 0xC98F52) is unknown color: approx Twine. HEX triplet: C9, 8F and 52. RGB value is (201,143,82). Sum of RGB (Red+Green+Blue) = 201+143+82=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F52 is #3670AD. Grayscale: #999999. Windows color (decimal): -3567790 or 5410761. OLE color: 5410761.

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

Color convert

RGB20114382-
CMYK00.290.590.21
HSL30.76º52.42%55.49%-
HSV(B)30.76º59.2%78.82%-
XYZ35.4332.6712.42-
YUV153.3987.72161.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 82 (32.42% from 255) = 19.25%
R=47.18%
G=33.57%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011438200.290.590.2130.7652.4255.49
HexC98F5201D3B151f3437
Octal3112171220357325376467
Binary110010011000111110100100111011110111010111111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F52; }

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

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

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

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

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

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

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

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