Html Css Color HEX #C06495 Hopbush

📋 copy color: '#C06495'

red 192 ◦ green 100 ◦ blue 149

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

Shades of Hopbush #C06495

Tints of Hopbush #C06495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 43.54%
G = 22.68%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C06495 (or 0xC06495) is known color: Hopbush. HEX triplet: C0, 64 and 95. RGB value is (192,100,149). Sum of RGB (Red+Green+Blue) = 192+100+149=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06495 is #3F9B6A. Grayscale: #848484. Windows color (decimal): -4168555 or 9790656. OLE color: 9790656.

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

Color convert

RGB 192 100 149 -
CMYK 0 0.48 0.22 0.25
HSL 328.04º 0.42% 0.57% -
HSV(B) 328.04º 0.48% 0.75% -
XYZ 31.72 22.49 31.1 -
YUV 133.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 192 100 149 0 0.48 0.22 0.25 328.04 0.42 0.57
Hex C0 64 95 0 30 16 19 148 2A 39
Octal 300 144 225 0 60 26 31 510 52 71
Binary 11000000 1100100 10010101 0 110000 10110 11001 101001000 101010 111001

Color Harmonies of #C06495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06495

Black with #C06495

Text Example


Text Example

White with #C06495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06495; }

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

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

background-color css

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

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

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

border-color css

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

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

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