#C16288

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

Shades of Hopbush #C16288

Tints of Hopbush #C16288

Color information

#C16288 (or 0xC16288) is unknown color: approx Hopbush. HEX triplet: C1, 62 and 88. RGB value is (193,98,136). Sum of RGB (Red+Green+Blue) = 193+98+136=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C16288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16288 is #3E9D77. Grayscale: #828282. Windows color (decimal): -4103544 or 8938177. OLE color: 8938177.

HSL color Cylindrical-coordinate representation of color #C16288: hue angle of 336º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16288 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19398136-
CMYK00.490.300.24
HSL336º43.38%57.06%-
HSV(B)336º49.22%75.69%-
XYZ30.821.8525.89-
YUV130.74130.97172.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=45.20%
G=22.95%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939813600.490.300.2433643.3857.06
HexC162880311E181502b39
Octal30114221006136305205371
Binary1100000111000101000100001100011111011000101010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16288; }

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

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

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

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

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

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

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

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