#C1718F

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

Shades of Hopbush #C1718F

Tints of Hopbush #C1718F

Color information

#C1718F (or 0xC1718F) is unknown color: approx Hopbush. HEX triplet: C1, 71 and 8F. RGB value is (193,113,143). Sum of RGB (Red+Green+Blue) = 193+113+143=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1718F is #3E8E70. Grayscale: #8C8C8C. Windows color (decimal): -4099697 or 9400769. OLE color: 9400769.

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

Color convert

RGB193113143-
CMYK00.410.260.24
HSL337.5º39.22%60%-
HSV(B)337.5º41.45%75.69%-
XYZ32.8625.1329.11-
YUV140.34129.5165.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=42.98%
G=25.17%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311314300.410.260.24337.539.2260
HexC1718F0291A18152273c
Octal30116121705132305224774
Binary1100000111100011000111101010011101011000101010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1718F; }

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

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

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

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

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

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

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

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