#CF6599

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

Shades of Hopbush #CF6599

Tints of Hopbush #CF6599

Color information

#CF6599 (or 0xCF6599) is unknown color: approx Hopbush. HEX triplet: CF, 65 and 99. RGB value is (207,101,153). Sum of RGB (Red+Green+Blue) = 207+101+153=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6599 is #309A66. Grayscale: #8A8A8A. Windows color (decimal): -3185255 or 10053071. OLE color: 10053071.

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

Color convert

RGB207101153-
CMYK00.510.260.19
HSL330.57º52.48%60.39%-
HSV(B)330.57º51.21%81.18%-
XYZ36.1424.8733.03-
YUV138.62136.12176.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=44.90%
G=21.91%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710115300.510.260.19330.5752.4860.39
HexCF65990331A1314b343c
Octal31714523106332235136474
Binary1100111111001011001100101100111101010011101001011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6599; }

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

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

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

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

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

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

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

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