#C6718D

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

Shades of Hopbush #C6718D

Tints of Hopbush #C6718D

Color information

#C6718D (or 0xC6718D) is unknown color: approx Hopbush. HEX triplet: C6, 71 and 8D. RGB value is (198,113,141). Sum of RGB (Red+Green+Blue) = 198+113+141=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6718D is #398E72. Grayscale: #8D8D8D. Windows color (decimal): -3772019 or 9269702. OLE color: 9269702.

HSL color Cylindrical-coordinate representation of color #C6718D: hue angle of 340.24º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6718D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198113141-
CMYK00.430.290.22
HSL340.24º42.71%60.98%-
HSV(B)340.24º42.93%77.65%-
XYZ3425.7428.38-
YUV141.61127.66168.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=43.81%
G=25%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811314100.430.290.22340.2442.7160.98
HexC6718D02B1D161542b3d
Octal30616121505335265245375
Binary1100011011100011000110101010111110110110101010100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6718D; }

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

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

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

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

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

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

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

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