#C9955F

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

Shades of Twine #C9955F

Tints of Twine #C9955F

Color information

#C9955F (or 0xC9955F) is unknown color: approx Twine. HEX triplet: C9, 95 and 5F. RGB value is (201,149,95). Sum of RGB (Red+Green+Blue) = 201+149+95=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9955F is #366AA0. Grayscale: #9E9E9E. Windows color (decimal): -3566241 or 6264265. OLE color: 6264265.

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

Color convert

RGB20114995-
CMYK00.260.530.21
HSL30.57º49.53%58.04%-
HSV(B)30.57º52.74%78.82%-
XYZ36.934.7415.59-
YUV158.3992.23158.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=45.17%
G=33.48%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011499500.260.530.2130.5749.5358.04
HexC9955F01A35151f323a
Octal3112251370326525376272
Binary110010011001010110111110110101101011010111111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9955F; }

 p { color: rgb(201,149,95); }

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

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

 a { background-color: rgb(201,149,95); }

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

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

 span { border-color: rgb(201,149,95); }

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