#C88188

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

Shades of Charm #C88188

Tints of Charm #C88188

Color information

#C88188 (or 0xC88188) is unknown color: approx Charm. HEX triplet: C8, 81 and 88. RGB value is (200,129,136). Sum of RGB (Red+Green+Blue) = 200+129+136=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88188 is #377E77. Grayscale: #979797. Windows color (decimal): -3636856 or 8946120. OLE color: 8946120.

HSL color Cylindrical-coordinate representation of color #C88188: hue angle of 354.08º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88188 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200129136-
CMYK00.360.320.22
HSL354.08º39.23%64.51%-
HSV(B)354.08º35.5%78.43%-
XYZ36.1129.7627.13-
YUV151.03119.52162.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=43.01%
G=27.74%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012913600.360.320.22354.0839.2364.51
HexC8818802420161622741
Octal310201210044402654247101
Binary1100100010000001100010000100100100000101101011000101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88188; }

 p { color: rgb(200,129,136); }

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

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

 a { background-color: rgb(200,129,136); }

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

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

 span { border-color: rgb(200,129,136); }

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