#C07988

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

Shades of Charm #C07988

Tints of Charm #C07988

Color information

#C07988 (or 0xC07988) is unknown color: approx Charm. HEX triplet: C0, 79 and 88. RGB value is (192,121,136). Sum of RGB (Red+Green+Blue) = 192+121+136=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C07988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07988 is #3F8677. Grayscale: #8F8F8F. Windows color (decimal): -4163192 or 8944064. OLE color: 8944064.

HSL color Cylindrical-coordinate representation of color #C07988: hue angle of 347.32º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07988 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192121136-
CMYK00.370.290.25
HSL347.32º36.04%61.37%-
HSV(B)347.32º36.98%75.29%-
XYZ33.0226.6626.7-
YUV143.94123.52162.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=42.76%
G=26.95%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212113600.370.290.25347.3236.0461.37
HexC079880251D1915b243d
Octal30017121004535315334475
Binary1100000011110011000100001001011110111001101011011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07988; }

 p { color: rgb(192,121,136); }

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

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

 a { background-color: rgb(192,121,136); }

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

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

 span { border-color: rgb(192,121,136); }

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