#C07397

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

Shades of Hopbush #C07397

Tints of Hopbush #C07397

Color information

#C07397 (or 0xC07397) is unknown color: approx Hopbush. HEX triplet: C0, 73 and 97. RGB value is (192,115,151). Sum of RGB (Red+Green+Blue) = 192+115+151=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C07397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07397 is #3F8C68. Grayscale: #8E8E8E. Windows color (decimal): -4164713 or 9925568. OLE color: 9925568.

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

Color convert

RGB192115151-
CMYK00.400.210.25
HSL331.95º37.93%60.2%-
HSV(B)331.95º40.1%75.29%-
XYZ33.4525.732.48-
YUV142.13133.01163.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=41.92%
G=25.11%
B=32.97%

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
Decimal19211515100.400.210.25331.9537.9360.2
HexC07397028151914c263c
Octal30016322705025315144674
Binary1100000011100111001011101010001010111001101001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07397; }

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

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

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

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

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

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

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

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