#CC7396

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

Shades of Hopbush #CC7396

Tints of Hopbush #CC7396

Color information

#CC7396 (or 0xCC7396) is unknown color: approx Hopbush. HEX triplet: CC, 73 and 96. RGB value is (204,115,150). Sum of RGB (Red+Green+Blue) = 204+115+150=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7396 is #338C69. Grayscale: #919191. Windows color (decimal): -3378282 or 9860044. OLE color: 9860044.

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

Color convert

RGB204115150-
CMYK00.440.260.2
HSL336.4º46.6%62.55%-
HSV(B)336.4º43.63%80%-
XYZ36.5427.332.2-
YUV145.6130.49169.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=43.50%
G=24.52%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411515000.440.260.2336.446.662.55
HexCC739602C1A141502f3f
Octal31416322605432245205777
Binary1100110011100111001011001011001101010100101010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7396; }

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

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

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

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

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

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

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

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