#C66094

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

Shades of Hopbush #C66094

Tints of Hopbush #C66094

Color information

#C66094 (or 0xC66094) is unknown color: approx Hopbush. HEX triplet: C6, 60 and 94. RGB value is (198,96,148). Sum of RGB (Red+Green+Blue) = 198+96+148=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C66094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66094 is #399F6B. Grayscale: #848484. Windows color (decimal): -3776364 or 9724102. OLE color: 9724102.

HSL color Cylindrical-coordinate representation of color #C66094: hue angle of 329.41º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66094 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19896148-
CMYK00.520.250.22
HSL329.41º47.22%57.65%-
HSV(B)329.41º51.52%77.65%-
XYZ32.8222.5130.63-
YUV132.43136.79174.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.80%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=44.80%
G=21.72%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989614800.520.250.22329.4147.2257.65
HexC6609403419161492f3a
Octal30614022406431265115772
Binary1100011011000001001010001101001100110110101001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66094; }

 p { color: rgb(198,96,148); }

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

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

 a { background-color: rgb(198,96,148); }

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

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

 span { border-color: rgb(198,96,148); }

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