#C66A8E

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

Shades of Hopbush #C66A8E

Tints of Hopbush #C66A8E

Color information

#C66A8E (or 0xC66A8E) is unknown color: approx Hopbush. HEX triplet: C6, 6A and 8E. RGB value is (198,106,142). Sum of RGB (Red+Green+Blue) = 198+106+142=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66A8E is #399571. Grayscale: #898989. Windows color (decimal): -3773810 or 9333446. OLE color: 9333446.

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

Color convert

RGB198106142-
CMYK00.460.280.22
HSL336.52º44.66%59.61%-
HSV(B)336.52º46.46%77.65%-
XYZ33.3324.2728.52-
YUV137.61130.48171.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=44.39%
G=23.77%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810614200.460.280.22336.5244.6659.61
HexC66A8E02E1C161512d3c
Octal30615221605634265215574
Binary1100011011010101000111001011101110010110101010001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A8E; }

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

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

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

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

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

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

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

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