#CC6399

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

Shades of Hopbush #CC6399

Tints of Hopbush #CC6399

Color information

#CC6399 (or 0xCC6399) is unknown color: approx Hopbush. HEX triplet: CC, 63 and 99. RGB value is (204,99,153). Sum of RGB (Red+Green+Blue) = 204+99+153=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6399 is #339C66. Grayscale: #888888. Windows color (decimal): -3382375 or 10052556. OLE color: 10052556.

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

Color convert

RGB20499153-
CMYK00.510.250.2
HSL329.14º50.72%59.41%-
HSV(B)329.14º51.47%80%-
XYZ35.1124.0632.93-
YUV136.55137.29176.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=44.74%
G=21.71%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049915300.510.250.2329.1450.7259.41
HexCC63990331914149333b
Octal31414323106331245116373
Binary1100110011000111001100101100111100110100101001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6399; }

 p { color: rgb(204,99,153); }

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

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

 a { background-color: rgb(204,99,153); }

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

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

 span { border-color: rgb(204,99,153); }

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