#C0708F

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

Shades of Hopbush #C0708F

Tints of Hopbush #C0708F

Color information

#C0708F (or 0xC0708F) is unknown color: approx Hopbush. HEX triplet: C0, 70 and 8F. RGB value is (192,112,143). Sum of RGB (Red+Green+Blue) = 192+112+143=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0708F is #3F8F70. Grayscale: #8B8B8B. Windows color (decimal): -4165489 or 9400512. OLE color: 9400512.

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

Color convert

RGB192112143-
CMYK00.420.260.25
HSL336.75º38.83%59.61%-
HSV(B)336.75º41.67%75.29%-
XYZ32.4924.7829.06-
YUV139.45130165.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=42.95%
G=25.06%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211214300.420.260.25336.7538.8359.61
HexC0708F02A1A19151273c
Octal30016021705232315214774
Binary1100000011100001000111101010101101011001101010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0708F; }

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

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

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

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

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

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

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

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