#C88F55

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

Shades of Twine #C88F55

Tints of Twine #C88F55

Color information

#C88F55 (or 0xC88F55) is unknown color: approx Twine. HEX triplet: C8, 8F and 55. RGB value is (200,143,85). Sum of RGB (Red+Green+Blue) = 200+143+85=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F55 is #3770AA. Grayscale: #999999. Windows color (decimal): -3633323 or 5607368. OLE color: 5607368.

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

Color convert

RGB20014385-
CMYK00.280.580.22
HSL30.26º51.11%55.88%-
HSV(B)30.26º57.5%78.43%-
XYZ35.2832.5813.02-
YUV153.4389.38161.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 85 (33.59% from 255) = 19.86%
R=46.73%
G=33.41%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001438500.280.580.2230.2651.1155.88
HexC88F5501C3A161e3338
Octal3102171250347226366370
Binary110010001000111110101010111001110101011011110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F55; }

 p { color: rgb(200,143,85); }

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

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

 a { background-color: rgb(200,143,85); }

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

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

 span { border-color: rgb(200,143,85); }

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