#CF7399

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

Shades of Hopbush #CF7399

Tints of Hopbush #CF7399

Color information

#CF7399 (or 0xCF7399) is unknown color: approx Hopbush. HEX triplet: CF, 73 and 99. RGB value is (207,115,153). Sum of RGB (Red+Green+Blue) = 207+115+153=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7399 is #308C66. Grayscale: #929292. Windows color (decimal): -3181671 or 10056655. OLE color: 10056655.

HSL color Cylindrical-coordinate representation of color #CF7399: hue angle of 335.22º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7399 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207115153-
CMYK00.440.260.19
HSL335.22º48.94%63.14%-
HSV(B)335.22º44.44%81.18%-
XYZ37.6127.8333.53-
YUV146.84131.48170.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=43.58%
G=24.21%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711515300.440.260.19335.2248.9463.14
HexCF739902C1A1314f313f
Octal31716323105432235176177
Binary1100111111100111001100101011001101010011101001111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7399; }

 p { color: rgb(207,115,153); }

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

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

 a { background-color: rgb(207,115,153); }

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

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

 span { border-color: rgb(207,115,153); }

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