#C88086

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

Shades of Charm #C88086

Tints of Charm #C88086

Color information

#C88086 (or 0xC88086) is unknown color: approx Charm. HEX triplet: C8, 80 and 86. RGB value is (200,128,134). Sum of RGB (Red+Green+Blue) = 200+128+134=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C88086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88086 is #377F79. Grayscale: #969696. Windows color (decimal): -3637114 or 8814792. OLE color: 8814792.

HSL color Cylindrical-coordinate representation of color #C88086: hue angle of 355º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88086 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB200128134-
CMYK00.360.330.22
HSL355º39.56%64.31%-
HSV(B)355º36%78.43%-
XYZ35.8429.4426.35-
YUV150.21118.85163.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=43.29%
G=27.71%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012813400.360.330.2235539.5664.31
HexC8808602421161632840
Octal310200206044412654350100
Binary1100100010000000100001100100100100001101101011000111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88086; }

 p { color: rgb(200,128,134); }

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

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

 a { background-color: rgb(200,128,134); }

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

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

 span { border-color: rgb(200,128,134); }

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