#C88189

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

Shades of Charm #C88189

Tints of Charm #C88189

Color information

#C88189 (or 0xC88189) is unknown color: approx Charm. HEX triplet: C8, 81 and 89. RGB value is (200,129,137). Sum of RGB (Red+Green+Blue) = 200+129+137=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C88189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88189 is #377E76. Grayscale: #979797. Windows color (decimal): -3636855 or 9011656. OLE color: 9011656.

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

Color convert

RGB200129137-
CMYK00.360.320.22
HSL353.24º39.23%64.51%-
HSV(B)353.24º35.5%78.43%-
XYZ36.1929.7927.51-
YUV151.14120.02162.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=42.92%
G=27.68%
B=29.40%

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
Decimal20012913700.360.320.22353.2439.2364.51
HexC8818902420161612741
Octal310201211044402654147101
Binary1100100010000001100010010100100100000101101011000011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88189; }

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

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

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

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

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

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

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

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