#C16592

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

Shades of Hopbush #C16592

Tints of Hopbush #C16592

Color information

#C16592 (or 0xC16592) is unknown color: approx Hopbush. HEX triplet: C1, 65 and 92. RGB value is (193,101,146). Sum of RGB (Red+Green+Blue) = 193+101+146=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C16592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16592 is #3E9A6D. Grayscale: #858585. Windows color (decimal): -4102766 or 9594305. OLE color: 9594305.

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

Color convert

RGB193101146-
CMYK00.480.240.24
HSL330.65º42.59%57.65%-
HSV(B)330.65º47.67%75.69%-
XYZ31.8322.7229.9-
YUV133.64134.98170.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=43.86%
G=22.95%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310114600.480.240.24330.6542.5957.65
HexC16592030181814b2b3a
Octal30114522206030305135372
Binary1100000111001011001001001100001100011000101001011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16592; }

 p { color: rgb(193,101,146); }

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

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

 a { background-color: rgb(193,101,146); }

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

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

 span { border-color: rgb(193,101,146); }

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