#CF757B

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

Shades of Charm #CF757B

Tints of Charm #CF757B

Color information

#CF757B (or 0xCF757B) is unknown color: approx Charm. HEX triplet: CF, 75 and 7B. RGB value is (207,117,123). Sum of RGB (Red+Green+Blue) = 207+117+123=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF757B is #308A84. Grayscale: #909090. Windows color (decimal): -3181189 or 8091087. OLE color: 8091087.

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

Color convert

RGB207117123-
CMYK00.430.410.19
HSL356º48.39%63.53%-
HSV(B)356º43.48%81.18%-
XYZ35.6727.4222.15-
YUV144.59115.82172.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=46.31%
G=26.17%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711712300.430.410.1935648.3963.53
HexCF757B02B29131643040
Octal317165173053512354460100
Binary11001111111010111110110101011101001100111011001001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF757B; }

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

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

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

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

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

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

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

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