#C88556

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

Shades of Twine #C88556

Tints of Twine #C88556

Color information

#C88556 (or 0xC88556) is unknown color: approx Twine. HEX triplet: C8, 85 and 56. RGB value is (200,133,86). Sum of RGB (Red+Green+Blue) = 200+133+86=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C88556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88556 is #377AA9. Grayscale: #939393. Windows color (decimal): -3635882 or 5670344. OLE color: 5670344.

HSL color Cylindrical-coordinate representation of color #C88556: hue angle of 24.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C88556 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB20013386-
CMYK00.340.570.22
HSL24.74º50.89%56.08%-
HSV(B)24.74º57%78.43%-
XYZ33.8929.7312.76-
YUV147.6793.2165.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=47.73%
G=31.74%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001338600.340.570.2224.7450.8956.08
HexC885560223916193338
Octal3102051260427126316370
Binary1100100010000101101011001000101110011011011001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88556; }

 p { color: rgb(200,133,86); }

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

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

 a { background-color: rgb(200,133,86); }

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

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

 span { border-color: rgb(200,133,86); }

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