#C88586

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

Shades of Charm #C88586

Tints of Charm #C88586

Color information

#C88586 (or 0xC88586) is unknown color: approx Charm. HEX triplet: C8, 85 and 86. RGB value is (200,133,134). Sum of RGB (Red+Green+Blue) = 200+133+134=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C88586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88586 is #377A79. Grayscale: #999999. Windows color (decimal): -3635834 or 8816072. OLE color: 8816072.

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

Color convert

RGB200133134-
CMYK00.340.330.22
HSL359.1º37.85%65.29%-
HSV(B)359.1º33.5%78.43%-
XYZ36.5130.7826.57-
YUV153.15117.2161.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=42.83%
G=28.48%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013313400.340.330.22359.137.8565.29
HexC8858602221161672641
Octal310205206042412654746101
Binary1100100010000101100001100100010100001101101011001111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88586; }

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

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

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

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

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

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

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

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