#CC7395

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

Shades of Hopbush #CC7395

Tints of Hopbush #CC7395

Color information

#CC7395 (or 0xCC7395) is unknown color: approx Hopbush. HEX triplet: CC, 73 and 95. RGB value is (204,115,149). Sum of RGB (Red+Green+Blue) = 204+115+149=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7395 is #338C6A. Grayscale: #919191. Windows color (decimal): -3378283 or 9794508. OLE color: 9794508.

HSL color Cylindrical-coordinate representation of color #CC7395: hue angle of 337.08º 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 #CC7395 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204115149-
CMYK00.440.270.2
HSL337.08º46.6%62.55%-
HSV(B)337.08º43.63%80%-
XYZ36.4627.2731.78-
YUV145.49129.99169.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=43.59%
G=24.57%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411514900.440.270.2337.0846.662.55
HexCC739502C1B141512f3f
Octal31416322505433245215777
Binary1100110011100111001010101011001101110100101010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7395; }

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

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

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

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

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

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

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

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