#C16C8C

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

Shades of Hopbush #C16C8C

Tints of Hopbush #C16C8C

Color information

#C16C8C (or 0xC16C8C) is unknown color: approx Hopbush. HEX triplet: C1, 6C and 8C. RGB value is (193,108,140). Sum of RGB (Red+Green+Blue) = 193+108+140=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16C8C is #3E9373. Grayscale: #898989. Windows color (decimal): -4100980 or 9202881. OLE color: 9202881.

HSL color Cylindrical-coordinate representation of color #C16C8C: hue angle of 337.41º 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 #C16C8C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193108140-
CMYK00.440.270.24
HSL337.41º40.67%59.02%-
HSV(B)337.41º44.04%75.69%-
XYZ32.0923.9627.74-
YUV137.06129.66167.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=43.76%
G=24.49%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310814000.440.270.24337.4140.6759.02
HexC16C8C02C1B18151293b
Octal30115421405433305215173
Binary1100000111011001000110001011001101111000101010001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C8C; }

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

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

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

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

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

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

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

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