#C9945D

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

Shades of Twine #C9945D

Tints of Twine #C9945D

Color information

#C9945D (or 0xC9945D) is unknown color: approx Twine. HEX triplet: C9, 94 and 5D. RGB value is (201,148,93). Sum of RGB (Red+Green+Blue) = 201+148+93=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9945D is #366BA2. Grayscale: #9D9D9D. Windows color (decimal): -3566499 or 6132937. OLE color: 6132937.

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

Color convert

RGB20114893-
CMYK00.260.540.21
HSL30.56º50%57.65%-
HSV(B)30.56º53.73%78.82%-
XYZ36.6534.3915.06-
YUV157.5891.56158.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 148 (58.20% from 255) = 33.48%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=45.48%
G=33.48%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011489300.260.540.2130.565057.65
HexC9945D01A36151f323a
Octal3112241350326625376272
Binary110010011001010010111010110101101101010111111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9945D; }

 p { color: rgb(201,148,93); }

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

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

 a { background-color: rgb(201,148,93); }

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

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

 span { border-color: rgb(201,148,93); }

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