#CF7993

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

Shades of Charm #CF7993

Tints of Charm #CF7993

Color information

#CF7993 (or 0xCF7993) is unknown color: approx Charm. HEX triplet: CF, 79 and 93. RGB value is (207,121,147). Sum of RGB (Red+Green+Blue) = 207+121+147=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7993 is #30866C. Grayscale: #959595. Windows color (decimal): -3180141 or 9664975. OLE color: 9664975.

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

Color convert

RGB207121147-
CMYK00.420.290.19
HSL341.86º47.25%64.31%-
HSV(B)341.86º41.55%81.18%-
XYZ37.8429.0531.22-
YUV149.68126.49168.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=43.58%
G=25.47%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712114700.420.290.19341.8647.2564.31
HexCF799302A1D131562f40
Octal317171223052352352657100
Binary11001111111100110010011010101011101100111010101101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7993; }

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

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

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

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

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

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

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

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