#C99055

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

Shades of Twine #C99055

Tints of Twine #C99055

Color information

#C99055 (or 0xC99055) is unknown color: approx Twine. HEX triplet: C9, 90 and 55. RGB value is (201,144,85). Sum of RGB (Red+Green+Blue) = 201+144+85=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C99055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99055 is #366FAA. Grayscale: #9A9A9A. Windows color (decimal): -3567531 or 5607625. OLE color: 5607625.

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

Color convert

RGB20114485-
CMYK00.280.580.21
HSL30.52º51.79%56.08%-
HSV(B)30.52º57.71%78.82%-
XYZ35.733.0213.09-
YUV154.3288.88161.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=46.74%
G=33.49%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011448500.280.580.2130.5251.7956.08
HexC9905501C3A151f3438
Octal3112201250347225376470
Binary110010011001000010101010111001110101010111111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99055; }

 p { color: rgb(201,144,85); }

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

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

 a { background-color: rgb(201,144,85); }

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

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

 span { border-color: rgb(201,144,85); }

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