#C6618E

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

Shades of Hopbush #C6618E

Tints of Hopbush #C6618E

Color information

#C6618E (or 0xC6618E) is unknown color: approx Hopbush. HEX triplet: C6, 61 and 8E. RGB value is (198,97,142). Sum of RGB (Red+Green+Blue) = 198+97+142=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6618E is #399E71. Grayscale: #848484. Windows color (decimal): -3776114 or 9331142. OLE color: 9331142.

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

Color convert

RGB19897142-
CMYK00.510.280.22
HSL333.27º46.98%57.84%-
HSV(B)333.27º51.01%77.65%-
XYZ32.4522.5128.23-
YUV132.33133.46174.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=45.31%
G=22.20%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989714200.510.280.22333.2746.9857.84
HexC6618E0331C1614d2f3a
Octal30614121606334265155772
Binary1100011011000011000111001100111110010110101001101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6618E; }

 p { color: rgb(198,97,142); }

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

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

 a { background-color: rgb(198,97,142); }

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

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

 span { border-color: rgb(198,97,142); }

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