#C1708B

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

Shades of Hopbush #C1708B

Tints of Hopbush #C1708B

Color information

#C1708B (or 0xC1708B) is unknown color: approx Hopbush. HEX triplet: C1, 70 and 8B. RGB value is (193,112,139). Sum of RGB (Red+Green+Blue) = 193+112+139=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1708B is #3E8F74. Grayscale: #8B8B8B. Windows color (decimal): -4099957 or 9138369. OLE color: 9138369.

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

Color convert

RGB193112139-
CMYK00.420.280.24
HSL340º39.51%59.8%-
HSV(B)340º41.97%75.69%-
XYZ32.4524.7927.5-
YUV139.3127.84166.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=43.47%
G=25.23%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311213900.420.280.2434039.5159.8
HexC1708B02A1C18154283c
Octal30116021305234305245074
Binary1100000111100001000101101010101110011000101010100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1708B; }

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

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

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

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

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

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

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

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