#CC7493

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

Shades of Hopbush #CC7493

Tints of Hopbush #CC7493

Color information

#CC7493 (or 0xCC7493) is unknown color: approx Hopbush. HEX triplet: CC, 74 and 93. RGB value is (204,116,147). Sum of RGB (Red+Green+Blue) = 204+116+147=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7493 is #338B6C. Grayscale: #919191. Windows color (decimal): -3378029 or 9663692. OLE color: 9663692.

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

Color convert

RGB204116147-
CMYK00.430.280.2
HSL338.86º46.32%62.75%-
HSV(B)338.86º43.14%80%-
XYZ36.4127.4330.98-
YUV145.85128.65169.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=43.68%
G=24.84%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411614700.430.280.2338.8646.3262.75
HexCC749302B1C141532e3f
Octal31416422305334245235677
Binary1100110011101001001001101010111110010100101010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7493; }

 p { color: rgb(204,116,147); }

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

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

 a { background-color: rgb(204,116,147); }

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

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

 span { border-color: rgb(204,116,147); }

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