Html Css Color HEX #C0749D Hopbush

📋 copy color: '#C0749D'

red 192 ◦ green 116 ◦ blue 157

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

Shades of Hopbush #C0749D

Tints of Hopbush #C0749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 41.29%
G = 24.95%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0749D (or 0xC0749D) is known color: Hopbush. HEX triplet: C0, 74 and 9D. RGB value is (192,116,157). Sum of RGB (Red+Green+Blue) = 192+116+157=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0749D is #3F8B62. Grayscale: #8F8F8F. Windows color (decimal): -4164451 or 10319040. OLE color: 10319040.

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

Color convert

RGB 192 116 157 -
CMYK 0 0.40 0.18 0.25
HSL 327.63º 0.38% 0.6% -
HSV(B) 327.63º 0.4% 0.75% -
XYZ 34.07 26.13 35.15 -
YUV 143.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 192 116 157 0 0.40 0.18 0.25 327.63 0.38 0.6
Hex C0 74 9D 0 28 12 19 148 26 3C
Octal 300 164 235 0 50 22 31 510 46 74
Binary 11000000 1110100 10011101 0 101000 10010 11001 101001000 100110 111100

Color Harmonies of #C0749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0749D

Black with #C0749D

Text Example


Text Example

White with #C0749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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