#CF7890

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

Shades of Charm #CF7890

Tints of Charm #CF7890

Color information

#CF7890 (or 0xCF7890) is unknown color: approx Charm. HEX triplet: CF, 78 and 90. RGB value is (207,120,144). Sum of RGB (Red+Green+Blue) = 207+120+144=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7890 is #30876F. Grayscale: #949494. Windows color (decimal): -3180400 or 9468111. OLE color: 9468111.

HSL color Cylindrical-coordinate representation of color #CF7890: hue angle of 343.45º degrees, saturation: 0.48, 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 #CF7890 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207120144-
CMYK00.420.300.19
HSL343.45º47.54%64.12%-
HSV(B)343.45º42.03%81.18%-
XYZ37.4828.7129.95-
YUV148.75125.32169.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=43.95%
G=25.48%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712014400.420.300.19343.4547.5464.12
HexCF789002A1E131573040
Octal317170220052362352760100
Binary11001111111100010010000010101011110100111010101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7890; }

 p { color: rgb(207,120,144); }

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

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

 a { background-color: rgb(207,120,144); }

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

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

 span { border-color: rgb(207,120,144); }

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