Html Css Color HEX #C07490 Hopbush

📋 copy color: '#C07490'

red 192 ◦ green 116 ◦ blue 144

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

Shades of Hopbush #C07490

Tints of Hopbush #C07490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.66%

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

R = 42.48%
G = 25.66%
B = 31.86%

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

#C07490 (or 0xC07490) is known color: Hopbush. HEX triplet: C0, 74 and 90. RGB value is (192,116,144). Sum of RGB (Red+Green+Blue) = 192+116+144=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C07490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07490 is #3F8B6F. Grayscale: #8D8D8D. Windows color (decimal): -4164464 or 9467072. OLE color: 9467072.

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

Color convert

RGB 192 116 144 -
CMYK 0 0.40 0.25 0.25
HSL 337.89º 0.38% 0.6% -
HSV(B) 337.89º 0.4% 0.75% -
XYZ 33.02 25.71 29.61 -
YUV 141.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 192 116 144 0 0.40 0.25 0.25 337.89 0.38 0.6
Hex C0 74 90 0 28 19 19 152 26 3C
Octal 300 164 220 0 50 31 31 522 46 74
Binary 11000000 1110100 10010000 0 101000 11001 11001 101010010 100110 111100

Color Harmonies of #C07490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07490

Black with #C07490

Text Example


Text Example

White with #C07490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07490; }

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

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

background-color css

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

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

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

border-color css

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

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

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