#CF767C

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

Shades of Charm #CF767C

Tints of Charm #CF767C

Color information

#CF767C (or 0xCF767C) is unknown color: approx Charm. HEX triplet: CF, 76 and 7C. RGB value is (207,118,124). Sum of RGB (Red+Green+Blue) = 207+118+124=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF767C is #308983. Grayscale: #919191. Windows color (decimal): -3180932 or 8156879. OLE color: 8156879.

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

Color convert

RGB207118124-
CMYK00.430.400.19
HSL355.96º48.11%63.73%-
HSV(B)355.96º43%81.18%-
XYZ35.8527.6822.52-
YUV145.29115.99172.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=46.10%
G=26.28%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711812400.430.400.19355.9648.1163.73
HexCF767C02B28131643040
Octal317166174053502354460100
Binary11001111111011011111000101011101000100111011001001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF767C; }

 p { color: rgb(207,118,124); }

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

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

 a { background-color: rgb(207,118,124); }

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

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

 span { border-color: rgb(207,118,124); }

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