Html Css Color HEX #C06493 Hopbush

📋 copy color: '#C06493'

red 192 ◦ green 100 ◦ blue 147

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

Shades of Hopbush #C06493

Tints of Hopbush #C06493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 43.74%
G = 22.78%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C06493 (or 0xC06493) is known color: Hopbush. HEX triplet: C0, 64 and 93. RGB value is (192,100,147). Sum of RGB (Red+Green+Blue) = 192+100+147=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C06493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06493 is #3F9B6C. Grayscale: #848484. Windows color (decimal): -4168557 or 9659584. OLE color: 9659584.

HSL color Cylindrical-coordinate representation of color #C06493: hue angle of 329.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06493 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 147 -
CMYK 0 0.48 0.23 0.25
HSL 329.35º 0.42% 0.57% -
HSV(B) 329.35º 0.48% 0.75% -
XYZ 31.56 22.43 30.27 -
YUV 132.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 192 100 147 0 0.48 0.23 0.25 329.35 0.42 0.57
Hex C0 64 93 0 30 17 19 149 2A 39
Octal 300 144 223 0 60 27 31 511 52 71
Binary 11000000 1100100 10010011 0 110000 10111 11001 101001001 101010 111001

Color Harmonies of #C06493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06493

Black with #C06493

Text Example


Text Example

White with #C06493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06493; }

 p { color: rgb(192,100,147); }

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

background-color css

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

 a { background-color: rgb(192,100,147); }

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

border-color css

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

 span { border-color: rgb(192,100,147); }

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