#CF757E

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

Shades of Charm #CF757E

Tints of Charm #CF757E

Color information

#CF757E (or 0xCF757E) is unknown color: approx Charm. HEX triplet: CF, 75 and 7E. RGB value is (207,117,126). Sum of RGB (Red+Green+Blue) = 207+117+126=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF757E is #308A81. Grayscale: #909090. Windows color (decimal): -3181186 or 8287695. OLE color: 8287695.

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

Color convert

RGB207117126-
CMYK00.430.390.19
HSL354º48.39%63.53%-
HSV(B)354º43.48%81.18%-
XYZ35.8627.4923.16-
YUV144.94117.32172.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 126 (49.61% from 255) = 28%
R=46%
G=26%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711712600.430.390.1935448.3963.53
HexCF757E02B27131623040
Octal317165176053472354260100
Binary11001111111010111111100101011100111100111011000101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF757E; }

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

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

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

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

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

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

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

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