#CF6593

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

Shades of Hopbush #CF6593

Tints of Hopbush #CF6593

Color information

#CF6593 (or 0xCF6593) is unknown color: approx Hopbush. HEX triplet: CF, 65 and 93. RGB value is (207,101,147). Sum of RGB (Red+Green+Blue) = 207+101+147=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6593 is #309A6C. Grayscale: #898989. Windows color (decimal): -3185261 or 9659855. OLE color: 9659855.

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

Color convert

RGB207101147-
CMYK00.510.290.19
HSL333.96º52.48%60.39%-
HSV(B)333.96º51.21%81.18%-
XYZ35.6524.6830.49-
YUV137.94133.12177.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=45.49%
G=22.20%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710114700.510.290.19333.9652.4860.39
HexCF65930331D1314e343c
Octal31714522306335235166474
Binary1100111111001011001001101100111110110011101001110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6593; }

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

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

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

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

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

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

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

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