#C0718E

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

Shades of Hopbush #C0718E

Tints of Hopbush #C0718E

Color information

#C0718E (or 0xC0718E) is unknown color: approx Hopbush. HEX triplet: C0, 71 and 8E. RGB value is (192,113,142). Sum of RGB (Red+Green+Blue) = 192+113+142=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0718E is #3F8E71. Grayscale: #8B8B8B. Windows color (decimal): -4165234 or 9335232. OLE color: 9335232.

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

Color convert

RGB192113142-
CMYK00.410.260.25
HSL337.97º38.54%59.8%-
HSV(B)337.97º41.15%75.29%-
XYZ32.5324.9728.7-
YUV139.93129.17165.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=42.95%
G=25.28%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211314200.410.260.25337.9738.5459.8
HexC0718E0291A19152273c
Octal30016121605132315224774
Binary1100000011100011000111001010011101011001101010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0718E; }

 p { color: rgb(192,113,142); }

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

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

 a { background-color: rgb(192,113,142); }

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

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

 span { border-color: rgb(192,113,142); }

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