#c88187

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

Shades of Charm #C88187

Tints of Charm #C88187

Color information

#C88187 (or 0xC88187) is unknown color: approx Charm. HEX triplet: C8, 81 and 87. RGB value is (200,129,135). Sum of RGB (Red+Green+Blue) = 200+129+135=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88187 is #377E78. Grayscale: #969696. Windows color (decimal): -3636857 or 8880584. OLE color: 8880584.

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

Color convert

RGB200129135-
CMYK00.360.320.22
HSL354.93º39.23%64.51%-
HSV(B)354.93º35.5%78.43%-
XYZ36.0429.7326.76-
YUV150.91119.02163.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=43.10%
G=27.80%
B=29.09%

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
Decimal20012913500.360.320.22354.9339.2364.51
HexC8818702420161632741
Octal310201207044402654347101
Binary1100100010000001100001110100100100000101101011000111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c88187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c88187; }

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

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

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

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

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

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

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

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