#C07498

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

Shades of Hopbush #C07498

Tints of Hopbush #C07498

Color information

#C07498 (or 0xC07498) is unknown color: approx Hopbush. HEX triplet: C0, 74 and 98. RGB value is (192,116,152). Sum of RGB (Red+Green+Blue) = 192+116+152=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C07498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07498 is #3F8B67. Grayscale: #8E8E8E. Windows color (decimal): -4164456 or 9991360. OLE color: 9991360.

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

Color convert

RGB192116152-
CMYK00.400.210.25
HSL331.58º37.62%60.39%-
HSV(B)331.58º39.58%75.29%-
XYZ33.6525.9632.94-
YUV142.83133.18163.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=41.74%
G=25.22%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211615200.400.210.25331.5837.6260.39
HexC07498028151914c263c
Octal30016423005025315144674
Binary1100000011101001001100001010001010111001101001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07498; }

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

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

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

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

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

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

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

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