#CF728E

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

Shades of Charm #CF728E

Tints of Charm #CF728E

Color information

#CF728E (or 0xCF728E) is unknown color: approx Charm. HEX triplet: CF, 72 and 8E. RGB value is (207,114,142). Sum of RGB (Red+Green+Blue) = 207+114+142=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF728E is #308D71. Grayscale: #909090. Windows color (decimal): -3181938 or 9335503. OLE color: 9335503.

HSL color Cylindrical-coordinate representation of color #CF728E: hue angle of 341.94º 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 #CF728E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207114142-
CMYK00.450.310.19
HSL341.94º49.21%62.94%-
HSV(B)341.94º44.93%81.18%-
XYZ36.6327.2528.92-
YUV145126.31172.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=44.71%
G=24.62%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711414200.450.310.19341.9449.2162.94
HexCF728E02D1F13156313f
Octal31716221605537235266177
Binary1100111111100101000111001011011111110011101010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF728E; }

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

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

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

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

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

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

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

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