#CF7885

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

Shades of Charm #CF7885

Tints of Charm #CF7885

Color information

#CF7885 (or 0xCF7885) is unknown color: approx Charm. HEX triplet: CF, 78 and 85. RGB value is (207,120,133). Sum of RGB (Red+Green+Blue) = 207+120+133=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7885 is #30877A. Grayscale: #939393. Windows color (decimal): -3180411 or 8747215. OLE color: 8747215.

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

Color convert

RGB207120133-
CMYK00.420.360.19
HSL351.03º47.54%64.12%-
HSV(B)351.03º42.03%81.18%-
XYZ36.6828.3925.74-
YUV147.5119.82170.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=45%
G=26.09%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712013300.420.360.19351.0347.5464.12
HexCF788502A241315f3040
Octal317170205052442353760100
Binary110011111111000100001010101010100100100111010111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7885; }

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

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

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

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

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

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

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

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