#CF7590

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

Shades of Charm #CF7590

Tints of Charm #CF7590

Color information

#CF7590 (or 0xCF7590) is unknown color: approx Charm. HEX triplet: CF, 75 and 90. RGB value is (207,117,144). Sum of RGB (Red+Green+Blue) = 207+117+144=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7590 is #308A6F. Grayscale: #929292. Windows color (decimal): -3181168 or 9467343. OLE color: 9467343.

HSL color Cylindrical-coordinate representation of color #CF7590: hue angle of 342º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7590 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207117144-
CMYK00.430.300.19
HSL342º48.39%63.53%-
HSV(B)342º43.48%81.18%-
XYZ37.132829.83-
YUV146.99126.32170.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=44.23%
G=25%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711714400.430.300.1934248.3963.53
HexCF759002B1E131563040
Octal317165220053362352660100
Binary11001111111010110010000010101111110100111010101101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7590; }

 p { color: rgb(207,117,144); }

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

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

 a { background-color: rgb(207,117,144); }

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

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

 span { border-color: rgb(207,117,144); }

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