#C06493

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

Shades of Hopbush #C06493

Tints of Hopbush #C06493

Color information

#C06493 (or 0xC06493) is unknown color: approx Hopbush. HEX triplet: C0, 64 and 93. RGB value is (192,100,147). Sum of RGB (Red+Green+Blue) = 192+100+147=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C06493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06493 is #3F9B6C. Grayscale: #848484. Windows color (decimal): -4168557 or 9659584. OLE color: 9659584.

HSL color Cylindrical-coordinate representation of color #C06493: hue angle of 329.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06493 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB192100147-
CMYK00.480.230.25
HSL329.35º42.2%57.25%-
HSV(B)329.35º47.92%75.29%-
XYZ31.5622.4330.27-
YUV132.87135.98170.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=43.74%
G=22.78%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210014700.480.230.25329.3542.257.25
HexC0649303017191492a39
Octal30014422306027315115271
Binary1100000011001001001001101100001011111001101001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06493; }

 p { color: rgb(192,100,147); }

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

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

 a { background-color: rgb(192,100,147); }

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

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

 span { border-color: rgb(192,100,147); }

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