#C88D51

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

Shades of Twine #C88D51

Tints of Twine #C88D51

Color information

#C88D51 (or 0xC88D51) is unknown color: approx Twine. HEX triplet: C8, 8D and 51. RGB value is (200,141,81). Sum of RGB (Red+Green+Blue) = 200+141+81=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D51 is #3772AE. Grayscale: #989898. Windows color (decimal): -3633839 or 5344712. OLE color: 5344712.

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

Color convert

RGB20014181-
CMYK00.290.590.22
HSL30.25º51.97%55.1%-
HSV(B)30.25º59.5%78.43%-
XYZ34.8331.9212.11-
YUV151.888.05162.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 81 (32.03% from 255) = 19.19%
R=47.39%
G=33.41%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001418100.290.590.2230.2551.9755.1
HexC88D5101D3B161e3437
Octal3102151210357326366467
Binary110010001000110110100010111011110111011011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D51; }

 p { color: rgb(200,141,81); }

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

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

 a { background-color: rgb(200,141,81); }

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

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

 span { border-color: rgb(200,141,81); }

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