Html Css Color HEX #C07390 Hopbush

📋 copy color: '#C07390'

red 192 ◦ green 115 ◦ blue 144

#C07390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C07390

Tints of Hopbush #C07390

RGB

 RED value IS 192 (75.39% from 255) = 42.57%

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 144 (56.64% from 255) = 31.93%

R = 42.57%
G = 25.5%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C07390 (or 0xC07390) is known color: Hopbush. HEX triplet: C0, 73 and 90. RGB value is (192,115,144). Sum of RGB (Red+Green+Blue) = 192+115+144=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C07390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07390 is #3F8C6F. Grayscale: #8D8D8D. Windows color (decimal): -4164720 or 9466816. OLE color: 9466816.

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

Color convert

RGB 192 115 144 -
CMYK 0 0.40 0.25 0.25
HSL 337.4º 0.38% 0.6% -
HSV(B) 337.4º 0.4% 0.75% -
XYZ 32.9 25.48 29.57 -
YUV 141.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 192 115 144 0 0.40 0.25 0.25 337.4 0.38 0.6
Hex C0 73 90 0 28 19 19 151 26 3C
Octal 300 163 220 0 50 31 31 521 46 74
Binary 11000000 1110011 10010000 0 101000 11001 11001 101010001 100110 111100

Color Harmonies of #C07390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07390

Black with #C07390

Text Example


Text Example

White with #C07390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07390; }

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

 H1.HeaderClassName
 {
   color: #C07390;
 }
 .AnyTagClassName
 {
   color: #C07390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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