#cf789f

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

Shades of Hopbush #CF789F

Tints of Hopbush #CF789F

Color information

#CF789F (or 0xCF789F) is unknown color: approx Hopbush. HEX triplet: CF, 78 and 9F. RGB value is (207,120,159). Sum of RGB (Red+Green+Blue) = 207+120+159=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF789F is #308760. Grayscale: #969696. Windows color (decimal): -3180385 or 10451151. OLE color: 10451151.

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

Color convert

RGB207120159-
CMYK00.420.230.19
HSL333.1º47.54%64.12%-
HSV(B)333.1º42.03%81.18%-
XYZ38.7129.236.4-
YUV150.46132.82168.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.59%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=42.59%
G=24.69%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712015900.420.230.19333.147.5464.12
HexCF789F02A171314d3040
Octal317170237052272351560100
Binary11001111111100010011111010101010111100111010011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf789f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf789f; }

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

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

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

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

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

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

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

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