#C88184

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

Shades of Charm #C88184

Tints of Charm #C88184

Color information

#C88184 (or 0xC88184) is unknown color: approx Charm. HEX triplet: C8, 81 and 84. RGB value is (200,129,132). Sum of RGB (Red+Green+Blue) = 200+129+132=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C88184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88184 is #377E7B. Grayscale: #969696. Windows color (decimal): -3636860 or 8683976. OLE color: 8683976.

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

Color convert

RGB200129132-
CMYK00.360.340.22
HSL357.46º39.23%64.51%-
HSV(B)357.46º35.5%78.43%-
XYZ35.8329.6525.66-
YUV150.57117.52163.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=43.38%
G=27.98%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012913200.360.340.22357.4639.2364.51
HexC8818402422161652741
Octal310201204044422654547101
Binary1100100010000001100001000100100100010101101011001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88184; }

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

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

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

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

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

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

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

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