#CF738C

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

Shades of Charm #CF738C

Tints of Charm #CF738C

Color information

#CF738C (or 0xCF738C) is unknown color: approx Charm. HEX triplet: CF, 73 and 8C. RGB value is (207,115,140). Sum of RGB (Red+Green+Blue) = 207+115+140=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF738C is #308C73. Grayscale: #919191. Windows color (decimal): -3181684 or 9204687. OLE color: 9204687.

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

Color convert

RGB207115140-
CMYK00.440.320.19
HSL343.7º48.94%63.14%-
HSV(B)343.7º44.44%81.18%-
XYZ36.627.4228.17-
YUV145.36124.98171.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.81%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=44.81%
G=24.89%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711514000.440.320.19343.748.9463.14
HexCF738C02C2013158313f
Octal31716321405440235306177
Binary11001111111001110001100010110010000010011101011000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF738C; }

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

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

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

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

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

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

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

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