#C16F8C

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

Shades of Hopbush #C16F8C

Tints of Hopbush #C16F8C

Color information

#C16F8C (or 0xC16F8C) is unknown color: approx Hopbush. HEX triplet: C1, 6F and 8C. RGB value is (193,111,140). Sum of RGB (Red+Green+Blue) = 193+111+140=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F8C is #3E9073. Grayscale: #8A8A8A. Windows color (decimal): -4100212 or 9203649. OLE color: 9203649.

HSL color Cylindrical-coordinate representation of color #C16F8C: hue angle of 338.78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F8C is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193111140-
CMYK00.420.270.24
HSL338.78º39.81%59.61%-
HSV(B)338.78º42.49%75.69%-
XYZ32.4124.627.85-
YUV138.82128.67166.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=43.47%
G=25%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311114000.420.270.24338.7839.8159.61
HexC16F8C02A1B18153283c
Octal30115721405233305235074
Binary1100000111011111000110001010101101111000101010011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F8C; }

 p { color: rgb(193,111,140); }

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

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

 a { background-color: rgb(193,111,140); }

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

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

 span { border-color: rgb(193,111,140); }

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