#C99552

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

Shades of Twine #C99552

Tints of Twine #C99552

Color information

#C99552 (or 0xC99552) is unknown color: approx Twine. HEX triplet: C9, 95 and 52. RGB value is (201,149,82). Sum of RGB (Red+Green+Blue) = 201+149+82=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99552 is #366AAD. Grayscale: #9D9D9D. Windows color (decimal): -3566254 or 5412297. OLE color: 5412297.

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

Color convert

RGB20114982-
CMYK00.260.590.21
HSL33.78º52.42%55.49%-
HSV(B)33.78º59.2%78.82%-
XYZ36.3634.5212.73-
YUV156.9185.73159.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 82 (32.42% from 255) = 18.98%
R=46.53%
G=34.49%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011498200.260.590.2133.7852.4255.49
HexC9955201A3B15223437
Octal3112251220327325426467
Binary1100100110010101101001001101011101110101100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99552; }

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

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

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

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

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

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

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

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