#cc6290

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

Shades of Hopbush #CC6290

Tints of Hopbush #CC6290

Color information

#CC6290 (or 0xCC6290) is unknown color: approx Hopbush. HEX triplet: CC, 62 and 90. RGB value is (204,98,144). Sum of RGB (Red+Green+Blue) = 204+98+144=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6290 is #339D6F. Grayscale: #868686. Windows color (decimal): -3382640 or 9462476. OLE color: 9462476.

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

Color convert

RGB20498144-
CMYK00.520.290.2
HSL333.96º50.96%59.22%-
HSV(B)333.96º51.96%80%-
XYZ34.323.5929.13-
YUV134.94133.12177.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=45.74%
G=21.97%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049814400.520.290.2333.9650.9659.22
HexCC62900341D1414e333b
Octal31414222006435245166373
Binary1100110011000101001000001101001110110100101001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6290; }

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

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

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

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

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

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

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

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