#C99454

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

Shades of Twine #C99454

Tints of Twine #C99454

Color information

#C99454 (or 0xC99454) is unknown color: approx Twine. HEX triplet: C9, 94 and 54. RGB value is (201,148,84). Sum of RGB (Red+Green+Blue) = 201+148+84=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C99454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99454 is #366BAB. Grayscale: #9C9C9C. Windows color (decimal): -3566508 or 5543113. OLE color: 5543113.

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

Color convert

RGB20114884-
CMYK00.260.580.21
HSL32.82º52%55.88%-
HSV(B)32.82º58.21%78.82%-
XYZ36.2834.2413.08-
YUV156.5587.06159.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=46.42%
G=34.18%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011488400.260.580.2132.825255.88
HexC9945401A3A15213438
Octal3112241240327225416470
Binary1100100110010100101010001101011101010101100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99454; }

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

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

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

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

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

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

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

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