#C06494

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

Shades of Hopbush #C06494

Tints of Hopbush #C06494

Color information

#C06494 (or 0xC06494) is unknown color: approx Hopbush. HEX triplet: C0, 64 and 94. RGB value is (192,100,148). Sum of RGB (Red+Green+Blue) = 192+100+148=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C06494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06494 is #3F9B6B. Grayscale: #848484. Windows color (decimal): -4168556 or 9725120. OLE color: 9725120.

HSL color Cylindrical-coordinate representation of color #C06494: hue angle of 328.7º 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 #C06494 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB192100148-
CMYK00.480.230.25
HSL328.7º42.2%57.25%-
HSV(B)328.7º47.92%75.29%-
XYZ31.6422.4630.68-
YUV132.98136.48170.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=43.64%
G=22.73%
B=33.64%

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
Decimal19210014800.480.230.25328.742.257.25
HexC0649403017191492a39
Octal30014422406027315115271
Binary1100000011001001001010001100001011111001101001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06494; }

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

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

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

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

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

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

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

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