#CC6493

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

Shades of Hopbush #CC6493

Tints of Hopbush #CC6493

Color information

#CC6493 (or 0xCC6493) is unknown color: approx Hopbush. HEX triplet: CC, 64 and 93. RGB value is (204,100,147). Sum of RGB (Red+Green+Blue) = 204+100+147=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6493 is #339B6C. Grayscale: #888888. Windows color (decimal): -3382125 or 9659596. OLE color: 9659596.

HSL color Cylindrical-coordinate representation of color #CC6493: hue angle of 332.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6493 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204100147-
CMYK00.510.280.2
HSL332.88º50.49%59.61%-
HSV(B)332.88º50.98%80%-
XYZ34.7324.0630.42-
YUV136.45133.96176.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=45.23%
G=22.17%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410014700.510.280.2332.8850.4959.61
HexCC64930331C1414d323c
Octal31414422306334245156274
Binary1100110011001001001001101100111110010100101001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6493; }

 p { color: rgb(204,100,147); }

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

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

 a { background-color: rgb(204,100,147); }

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

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

 span { border-color: rgb(204,100,147); }

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