#CF7799

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

Shades of Hopbush #CF7799

Tints of Hopbush #CF7799

Color information

#CF7799 (or 0xCF7799) is unknown color: approx Hopbush. HEX triplet: CF, 77 and 99. RGB value is (207,119,153). Sum of RGB (Red+Green+Blue) = 207+119+153=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7799 is #308866. Grayscale: #959595. Windows color (decimal): -3180647 or 10057679. OLE color: 10057679.

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

Color convert

RGB207119153-
CMYK00.430.260.19
HSL336.82º47.83%63.92%-
HSV(B)336.82º42.51%81.18%-
XYZ38.0828.7633.68-
YUV149.19130.15169.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=43.22%
G=24.84%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711915300.430.260.19336.8247.8363.92
HexCF779902B1A131513040
Octal317167231053322352160100
Binary11001111111011110011001010101111010100111010100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7799; }

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

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

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

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

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

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

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

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