Html Css Color HEX #C07499 Hopbush

📋 copy color: '#C07499'

red 192 ◦ green 116 ◦ blue 153

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

Shades of Hopbush #C07499

Tints of Hopbush #C07499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 41.65%
G = 25.16%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C07499 (or 0xC07499) is known color: Hopbush. HEX triplet: C0, 74 and 99. RGB value is (192,116,153). Sum of RGB (Red+Green+Blue) = 192+116+153=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C07499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07499 is #3F8B66. Grayscale: #8E8E8E. Windows color (decimal): -4164455 or 10056896. OLE color: 10056896.

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

Color convert

RGB 192 116 153 -
CMYK 0 0.40 0.20 0.25
HSL 330.79º 0.38% 0.6% -
HSV(B) 330.79º 0.4% 0.75% -
XYZ 33.73 26 33.38 -
YUV 142.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 192 116 153 0 0.40 0.20 0.25 330.79 0.38 0.6
Hex C0 74 99 0 28 14 19 14B 26 3C
Octal 300 164 231 0 50 24 31 513 46 74
Binary 11000000 1110100 10011001 0 101000 10100 11001 101001011 100110 111100

Color Harmonies of #C07499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07499

Black with #C07499

Text Example


Text Example

White with #C07499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07499; }

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

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

background-color css

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

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

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

border-color css

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

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

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