#C88D58

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

Shades of Twine #C88D58

Tints of Twine #C88D58

Color information

#C88D58 (or 0xC88D58) is unknown color: approx Twine. HEX triplet: C8, 8D and 58. RGB value is (200,141,88). Sum of RGB (Red+Green+Blue) = 200+141+88=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D58 is #3772A7. Grayscale: #989898. Windows color (decimal): -3633832 or 5803464. OLE color: 5803464.

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

Color convert

RGB20014188-
CMYK00.290.560.22
HSL28.39º50.45%56.47%-
HSV(B)28.39º56%78.43%-
XYZ35.1132.0313.57-
YUV152.691.55161.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 88 (34.77% from 255) = 20.51%
R=46.62%
G=32.87%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001418800.290.560.2228.3950.4556.47
HexC88D5801D38161c3238
Octal3102151300357026346270
Binary110010001000110110110000111011110001011011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D58; }

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

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

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

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

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

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

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

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