#C16C8A

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

Shades of Hopbush #C16C8A

Tints of Hopbush #C16C8A

Color information

#C16C8A (or 0xC16C8A) is unknown color: approx Hopbush. HEX triplet: C1, 6C and 8A. RGB value is (193,108,138). Sum of RGB (Red+Green+Blue) = 193+108+138=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16C8A is #3E9375. Grayscale: #888888. Windows color (decimal): -4100982 or 9071809. OLE color: 9071809.

HSL color Cylindrical-coordinate representation of color #C16C8A: hue angle of 338.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16C8A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193108138-
CMYK00.440.280.24
HSL338.82º40.67%59.02%-
HSV(B)338.82º44.04%75.69%-
XYZ31.9423.926.97-
YUV136.84128.66168.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=43.96%
G=24.60%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310813800.440.280.24338.8240.6759.02
HexC16C8A02C1C18153293b
Octal30115421205434305235173
Binary1100000111011001000101001011001110011000101010011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C8A; }

 p { color: rgb(193,108,138); }

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

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

 a { background-color: rgb(193,108,138); }

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

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

 span { border-color: rgb(193,108,138); }

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