#C0718F

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

Shades of Hopbush #C0718F

Tints of Hopbush #C0718F

Color information

#C0718F (or 0xC0718F) is unknown color: approx Hopbush. HEX triplet: C0, 71 and 8F. RGB value is (192,113,143). Sum of RGB (Red+Green+Blue) = 192+113+143=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0718F is #3F8E70. Grayscale: #8C8C8C. Windows color (decimal): -4165233 or 9400768. OLE color: 9400768.

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

Color convert

RGB192113143-
CMYK00.410.260.25
HSL337.22º38.54%59.8%-
HSV(B)337.22º41.15%75.29%-
XYZ32.62529.09-
YUV140.04129.67165.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=42.86%
G=25.22%
B=31.92%

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
Decimal19211314300.410.260.25337.2238.5459.8
HexC0718F0291A19151273c
Octal30016121705132315214774
Binary1100000011100011000111101010011101011001101010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0718F; }

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

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

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

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

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

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

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

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