#CF7693

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

Shades of Charm #CF7693

Tints of Charm #CF7693

Color information

#CF7693 (or 0xCF7693) is unknown color: approx Charm. HEX triplet: CF, 76 and 93. RGB value is (207,118,147). Sum of RGB (Red+Green+Blue) = 207+118+147=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7693 is #30896C. Grayscale: #939393. Windows color (decimal): -3180909 or 9664207. OLE color: 9664207.

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

Color convert

RGB207118147-
CMYK00.430.290.19
HSL340.45º48.11%63.73%-
HSV(B)340.45º43%81.18%-
XYZ37.4828.3331.1-
YUV147.92127.49170.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=43.86%
G=25%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711814700.430.290.19340.4548.1163.73
HexCF769302B1D131543040
Octal317166223053352352460100
Binary11001111111011010010011010101111101100111010101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7693; }

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

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

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

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

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

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

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

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