#C1718D

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

Shades of Hopbush #C1718D

Tints of Hopbush #C1718D

Color information

#C1718D (or 0xC1718D) is unknown color: approx Hopbush. HEX triplet: C1, 71 and 8D. RGB value is (193,113,141). Sum of RGB (Red+Green+Blue) = 193+113+141=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1718D is #3E8E72. Grayscale: #8C8C8C. Windows color (decimal): -4099699 or 9269697. OLE color: 9269697.

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

Color convert

RGB193113141-
CMYK00.410.270.24
HSL339º39.22%60%-
HSV(B)339º41.45%75.69%-
XYZ32.7125.0728.31-
YUV140.11128.5165.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=43.18%
G=25.28%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311314100.410.270.2433939.2260
HexC1718D0291B18153273c
Octal30116121505133305234774
Binary1100000111100011000110101010011101111000101010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1718D; }

 p { color: rgb(193,113,141); }

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

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

 a { background-color: rgb(193,113,141); }

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

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

 span { border-color: rgb(193,113,141); }

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