#C1708D

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

Shades of Hopbush #C1708D

Tints of Hopbush #C1708D

Color information

#C1708D (or 0xC1708D) is unknown color: approx Hopbush. HEX triplet: C1, 70 and 8D. RGB value is (193,112,141). Sum of RGB (Red+Green+Blue) = 193+112+141=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1708D is #3E8F72. Grayscale: #8B8B8B. Windows color (decimal): -4099955 or 9269441. OLE color: 9269441.

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

Color convert

RGB193112141-
CMYK00.420.270.24
HSL338.52º39.51%59.8%-
HSV(B)338.52º41.97%75.69%-
XYZ32.5924.8528.28-
YUV139.52128.84166.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=43.27%
G=25.11%
B=31.61%

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
Decimal19311214100.420.270.24338.5239.5159.8
HexC1708D02A1B18153283c
Octal30116021505233305235074
Binary1100000111100001000110101010101101111000101010011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1708D; }

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

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

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

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

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

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

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

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