#C99450

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

Shades of Twine #C99450

Tints of Twine #C99450

Color information

#C99450 (or 0xC99450) is unknown color: approx Twine. HEX triplet: C9, 94 and 50. RGB value is (201,148,80). Sum of RGB (Red+Green+Blue) = 201+148+80=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C99450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99450 is #366BAF. Grayscale: #9C9C9C. Windows color (decimal): -3566512 or 5280969. OLE color: 5280969.

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

Color convert

RGB20114880-
CMYK00.260.600.21
HSL33.72º52.84%55.1%-
HSV(B)33.72º60.2%78.82%-
XYZ36.1334.1812.28-
YUV156.185.06160.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=46.85%
G=34.50%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011488000.260.600.2133.7252.8455.1
HexC9945001A3C15223537
Octal3112241200327425426567
Binary1100100110010100101000001101011110010101100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99450; }

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

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

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

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

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

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

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

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