#C07398

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

Shades of Hopbush #C07398

Tints of Hopbush #C07398

Color information

#C07398 (or 0xC07398) is unknown color: approx Hopbush. HEX triplet: C0, 73 and 98. RGB value is (192,115,152). Sum of RGB (Red+Green+Blue) = 192+115+152=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C07398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07398 is #3F8C67. Grayscale: #8E8E8E. Windows color (decimal): -4164712 or 9991104. OLE color: 9991104.

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

Color convert

RGB192115152-
CMYK00.400.210.25
HSL331.17º37.93%60.2%-
HSV(B)331.17º40.1%75.29%-
XYZ33.5425.7332.91-
YUV142.24133.51163.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=41.83%
G=25.05%
B=33.12%

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
Decimal19211515200.400.210.25331.1737.9360.2
HexC07398028151914b263c
Octal30016323005025315134674
Binary1100000011100111001100001010001010111001101001011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07398; }

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

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

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

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

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

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

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

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