#C88750

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

Shades of Twine #C88750

Tints of Twine #C88750

Color information

#C88750 (or 0xC88750) is unknown color: approx Twine. HEX triplet: C8, 87 and 50. RGB value is (200,135,80). Sum of RGB (Red+Green+Blue) = 200+135+80=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C88750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88750 is #3778AF. Grayscale: #949494. Windows color (decimal): -3635376 or 5277640. OLE color: 5277640.

HSL color Cylindrical-coordinate representation of color #C88750: hue angle of 27.5º 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 #C88750 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB20013580-
CMYK00.320.60.22
HSL27.5º52.17%54.9%-
HSV(B)27.5º60%78.43%-
XYZ33.9330.1911.63-
YUV148.1689.53164.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=48.19%
G=32.53%
B=19.28%

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
Decimal2001358000.320.60.2227.552.1754.9
HexC887500203C161c3437
Octal3102071200407426346467
Binary1100100010000111101000001000001111001011011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88750; }

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

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

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

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

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

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

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

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