#cf7895

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

Shades of Hopbush #CF7895

Tints of Hopbush #CF7895

Color information

#CF7895 (or 0xCF7895) is unknown color: approx Hopbush. HEX triplet: CF, 78 and 95. RGB value is (207,120,149). Sum of RGB (Red+Green+Blue) = 207+120+149=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7895 is #30876A. Grayscale: #959595. Windows color (decimal): -3180395 or 9795791. OLE color: 9795791.

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

Color convert

RGB207120149-
CMYK00.420.280.19
HSL340º47.54%64.12%-
HSV(B)340º42.03%81.18%-
XYZ37.8728.8732.01-
YUV149.32127.82169.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=43.49%
G=25.21%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712014900.420.280.1934047.5464.12
HexCF789502A1C131543040
Octal317170225052342352460100
Binary11001111111100010010101010101011100100111010101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7895; }

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

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

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

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

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

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

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

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