#C66584

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

Shades of Hopbush #C66584

Tints of Hopbush #C66584

Color information

#C66584 (or 0xC66584) is unknown color: approx Hopbush. HEX triplet: C6, 65 and 84. RGB value is (198,101,132). Sum of RGB (Red+Green+Blue) = 198+101+132=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66584 is #399A7B. Grayscale: #858585. Windows color (decimal): -3775100 or 8676806. OLE color: 8676806.

HSL color Cylindrical-coordinate representation of color #C66584: hue angle of 340.82º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66584 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198101132-
CMYK00.490.330.22
HSL340.82º45.97%58.63%-
HSV(B)340.82º48.99%77.65%-
XYZ32.1122.9824.57-
YUV133.54127.14173.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=45.94%
G=23.43%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810113200.490.330.22340.8245.9758.63
HexC6658403121161552e3b
Octal30614520406141265255673
Binary11000110110010110000100011000110000110110101010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66584; }

 p { color: rgb(198,101,132); }

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

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

 a { background-color: rgb(198,101,132); }

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

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

 span { border-color: rgb(198,101,132); }

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