#C99254

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

Shades of Twine #C99254

Tints of Twine #C99254

Color information

#C99254 (or 0xC99254) is unknown color: approx Twine. HEX triplet: C9, 92 and 54. RGB value is (201,146,84). Sum of RGB (Red+Green+Blue) = 201+146+84=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C99254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99254 is #366DAB. Grayscale: #9B9B9B. Windows color (decimal): -3567020 or 5542601. OLE color: 5542601.

HSL color Cylindrical-coordinate representation of color #C99254: hue angle of 31.79º 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 #C99254 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20114684-
CMYK00.270.580.21
HSL31.79º52%55.88%-
HSV(B)31.79º58.21%78.82%-
XYZ35.9733.6212.98-
YUV155.3887.72160.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 84 (33.20% from 255) = 19.49%
R=46.64%
G=33.87%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011468400.270.580.2131.795255.88
HexC9925401B3A15203438
Octal3112221240337225406470
Binary1100100110010010101010001101111101010101100000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99254; }

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

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

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

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

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

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

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

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