#CF728C

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

Shades of Charm #CF728C

Tints of Charm #CF728C

Color information

#CF728C (or 0xCF728C) is unknown color: approx Charm. HEX triplet: CF, 72 and 8C. RGB value is (207,114,140). Sum of RGB (Red+Green+Blue) = 207+114+140=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF728C is #308D73. Grayscale: #909090. Windows color (decimal): -3181940 or 9204431. OLE color: 9204431.

HSL color Cylindrical-coordinate representation of color #CF728C: hue angle of 343.23º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF728C is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207114140-
CMYK00.450.320.19
HSL343.23º49.21%62.94%-
HSV(B)343.23º44.93%81.18%-
XYZ36.4827.1928.14-
YUV144.77125.31172.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=44.90%
G=24.73%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711414000.450.320.19343.2349.2162.94
HexCF728C02D2013157313f
Octal31716221405540235276177
Binary11001111111001010001100010110110000010011101010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF728C; }

 p { color: rgb(207,114,140); }

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

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

 a { background-color: rgb(207,114,140); }

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

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

 span { border-color: rgb(207,114,140); }

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