Html Css Color HEX #C06494 Hopbush

📋 copy color: '#C06494'

red 192 ◦ green 100 ◦ blue 148

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

Shades of Hopbush #C06494

Tints of Hopbush #C06494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.64%

R = 43.64%
G = 22.73%
B = 33.64%

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

#C06494 (or 0xC06494) is known color: Hopbush. HEX triplet: C0, 64 and 94. RGB value is (192,100,148). Sum of RGB (Red+Green+Blue) = 192+100+148=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C06494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06494 is #3F9B6B. Grayscale: #848484. Windows color (decimal): -4168556 or 9725120. OLE color: 9725120.

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

Color convert

RGB 192 100 148 -
CMYK 0 0.48 0.23 0.25
HSL 328.7º 0.42% 0.57% -
HSV(B) 328.7º 0.48% 0.75% -
XYZ 31.64 22.46 30.68 -
YUV 132.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 192 100 148 0 0.48 0.23 0.25 328.7 0.42 0.57
Hex C0 64 94 0 30 17 19 149 2A 39
Octal 300 144 224 0 60 27 31 511 52 71
Binary 11000000 1100100 10010100 0 110000 10111 11001 101001001 101010 111001

Color Harmonies of #C06494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06494

Black with #C06494

Text Example


Text Example

White with #C06494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06494; }

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

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

background-color css

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

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

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

border-color css

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

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

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