#CC6596

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

Shades of Hopbush #CC6596

Tints of Hopbush #CC6596

Color information

#CC6596 (or 0xCC6596) is unknown color: approx Hopbush. HEX triplet: CC, 65 and 96. RGB value is (204,101,150). Sum of RGB (Red+Green+Blue) = 204+101+150=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6596 is #339A69. Grayscale: #898989. Windows color (decimal): -3381866 or 9856460. OLE color: 9856460.

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

Color convert

RGB204101150-
CMYK00.500.260.2
HSL331.46º50.24%59.8%-
HSV(B)331.46º50.49%80%-
XYZ35.0624.3531.71-
YUV137.38135.12175.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=44.84%
G=22.20%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410115000.500.260.2331.4650.2459.8
HexCC65960321A1414b323c
Octal31414522606232245136274
Binary1100110011001011001011001100101101010100101001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6596; }

 p { color: rgb(204,101,150); }

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

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

 a { background-color: rgb(204,101,150); }

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

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

 span { border-color: rgb(204,101,150); }

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