#C0749C

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

Shades of Hopbush #C0749C

Tints of Hopbush #C0749C

Color information

#C0749C (or 0xC0749C) is unknown color: approx Hopbush. HEX triplet: C0, 74 and 9C. RGB value is (192,116,156). Sum of RGB (Red+Green+Blue) = 192+116+156=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0749C is #3F8B63. Grayscale: #8F8F8F. Windows color (decimal): -4164452 or 10253504. OLE color: 10253504.

HSL color Cylindrical-coordinate representation of color #C0749C: hue angle of 328.42º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0749C is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192116156-
CMYK00.400.190.25
HSL328.42º37.62%60.39%-
HSV(B)328.42º39.58%75.29%-
XYZ33.9826.134.7-
YUV143.28135.18162.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=41.38%
G=25%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211615600.400.190.25328.4237.6260.39
HexC0749C0281319148263c
Octal30016423405023315104674
Binary1100000011101001001110001010001001111001101001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0749C; }

 p { color: rgb(192,116,156); }

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

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

 a { background-color: rgb(192,116,156); }

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

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

 span { border-color: rgb(192,116,156); }

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