Html Css Color HEX #C073A0 Hopbush

📋 copy color: '#C073A0'

red 192 ◦ green 115 ◦ blue 160

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

Shades of Hopbush #C073A0

Tints of Hopbush #C073A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 41.11%
G = 24.63%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C073A0 (or 0xC073A0) is known color: Hopbush. HEX triplet: C0, 73 and A0. RGB value is (192,115,160). Sum of RGB (Red+Green+Blue) = 192+115+160=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C073A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073A0 is #3F8C5F. Grayscale: #8F8F8F. Windows color (decimal): -4164704 or 10515392. OLE color: 10515392.

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

Color convert

RGB 192 115 160 -
CMYK 0 0.40 0.17 0.25
HSL 324.94º 0.38% 0.6% -
HSV(B) 324.94º 0.4% 0.75% -
XYZ 34.21 26.01 36.47 -
YUV 143.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 192 115 160 0 0.40 0.17 0.25 324.94 0.38 0.6
Hex C0 73 A0 0 28 11 19 145 26 3C
Octal 300 163 240 0 50 21 31 505 46 74
Binary 11000000 1110011 10100000 0 101000 10001 11001 101000101 100110 111100

Color Harmonies of #C073A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073A0

Black with #C073A0

Text Example


Text Example

White with #C073A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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