#C66288

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

Shades of Hopbush #C66288

Tints of Hopbush #C66288

Color information

#C66288 (or 0xC66288) is unknown color: approx Hopbush. HEX triplet: C6, 62 and 88. RGB value is (198,98,136). Sum of RGB (Red+Green+Blue) = 198+98+136=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C66288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66288 is #399D77. Grayscale: #848484. Windows color (decimal): -3775864 or 8938182. OLE color: 8938182.

HSL color Cylindrical-coordinate representation of color #C66288: hue angle of 337.2º 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 #C66288 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB19898136-
CMYK00.510.310.22
HSL337.2º46.73%58.04%-
HSV(B)337.2º50.51%77.65%-
XYZ32.122.5225.95-
YUV132.23130.13174.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=45.83%
G=22.69%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989813600.510.310.22337.246.7358.04
HexC662880331F161512f3a
Octal30614221006337265215772
Binary1100011011000101000100001100111111110110101010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66288; }

 p { color: rgb(198,98,136); }

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

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

 a { background-color: rgb(198,98,136); }

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

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

 span { border-color: rgb(198,98,136); }

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