#C0708C

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

Shades of Hopbush #C0708C

Tints of Hopbush #C0708C

Color information

#C0708C (or 0xC0708C) is unknown color: approx Hopbush. HEX triplet: C0, 70 and 8C. RGB value is (192,112,140). Sum of RGB (Red+Green+Blue) = 192+112+140=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0708C is #3F8F73. Grayscale: #8B8B8B. Windows color (decimal): -4165492 or 9203904. OLE color: 9203904.

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

Color convert

RGB192112140-
CMYK00.420.270.25
HSL339º38.83%59.61%-
HSV(B)339º41.67%75.29%-
XYZ32.2724.6927.88-
YUV139.11128.5165.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=43.24%
G=25.23%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211214000.420.270.2533938.8359.61
HexC0708C02A1B19153273c
Octal30016021405233315234774
Binary1100000011100001000110001010101101111001101010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0708C; }

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

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

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

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

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

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

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

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