#CC6097

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

Shades of Hopbush #CC6097

Tints of Hopbush #CC6097

Color information

#CC6097 (or 0xCC6097) is unknown color: approx Hopbush. HEX triplet: CC, 60 and 97. RGB value is (204,96,151). Sum of RGB (Red+Green+Blue) = 204+96+151=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6097 is #339F68. Grayscale: #868686. Windows color (decimal): -3383145 or 9920716. OLE color: 9920716.

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

Color convert

RGB20496151-
CMYK00.530.260.2
HSL329.44º51.43%58.82%-
HSV(B)329.44º52.94%80%-
XYZ34.6723.4431.97-
YUV134.56137.28177.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 151 (59.38% from 255) = 33.48%
R=45.23%
G=21.29%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049615100.530.260.2329.4451.4358.82
HexCC60970351A14149333b
Octal31414022706532245116373
Binary1100110011000001001011101101011101010100101001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6097; }

 p { color: rgb(204,96,151); }

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

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

 a { background-color: rgb(204,96,151); }

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

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

 span { border-color: rgb(204,96,151); }

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