#C88850

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

Shades of Twine #C88850

Tints of Twine #C88850

Color information

#C88850 (or 0xC88850) is unknown color: approx Twine. HEX triplet: C8, 88 and 50. RGB value is (200,136,80). Sum of RGB (Red+Green+Blue) = 200+136+80=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88850 is #3777AF. Grayscale: #959595. Windows color (decimal): -3635120 or 5277896. OLE color: 5277896.

HSL color Cylindrical-coordinate representation of color #C88850: hue angle of 28º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C88850 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB20013680-
CMYK00.320.60.22
HSL28º52.17%54.9%-
HSV(B)28º60%78.43%-
XYZ34.0730.4711.67-
YUV148.7589.2164.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=48.08%
G=32.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001368000.320.60.222852.1754.9
HexC888500203C161c3437
Octal3102101200407426346467
Binary1100100010001000101000001000001111001011011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88850; }

 p { color: rgb(200,136,80); }

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

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

 a { background-color: rgb(200,136,80); }

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

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

 span { border-color: rgb(200,136,80); }

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