#CC6490

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

Shades of Hopbush #CC6490

Tints of Hopbush #CC6490

Color information

#CC6490 (or 0xCC6490) is unknown color: approx Hopbush. HEX triplet: CC, 64 and 90. RGB value is (204,100,144). Sum of RGB (Red+Green+Blue) = 204+100+144=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6490 is #339B6F. Grayscale: #888888. Windows color (decimal): -3382128 or 9462988. OLE color: 9462988.

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

Color convert

RGB204100144-
CMYK00.510.290.2
HSL334.62º50.49%59.61%-
HSV(B)334.62º50.98%80%-
XYZ34.4923.9729.19-
YUV136.11132.46176.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=45.54%
G=22.32%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410014400.510.290.2334.6250.4959.61
HexCC64900331D1414f323c
Octal31414422006335245176274
Binary1100110011001001001000001100111110110100101001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6490; }

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

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

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

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

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

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

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

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