Html Css Color HEX #C06490 Hopbush

📋 copy color: '#C06490'

red 192 ◦ green 100 ◦ blue 144

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

Shades of Hopbush #C06490

Tints of Hopbush #C06490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 44.04%
G = 22.94%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C06490 (or 0xC06490) is known color: Hopbush. HEX triplet: C0, 64 and 90. RGB value is (192,100,144). Sum of RGB (Red+Green+Blue) = 192+100+144=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C06490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06490 is #3F9B6F. Grayscale: #848484. Windows color (decimal): -4168560 or 9462976. OLE color: 9462976.

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

Color convert

RGB 192 100 144 -
CMYK 0 0.48 0.25 0.25
HSL 331.3º 0.42% 0.57% -
HSV(B) 331.3º 0.48% 0.75% -
XYZ 31.33 22.33 29.05 -
YUV 132.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 192 100 144 0 0.48 0.25 0.25 331.3 0.42 0.57
Hex C0 64 90 0 30 19 19 14B 2A 39
Octal 300 144 220 0 60 31 31 513 52 71
Binary 11000000 1100100 10010000 0 110000 11001 11001 101001011 101010 111001

Color Harmonies of #C06490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06490

Black with #C06490

Text Example


Text Example

White with #C06490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06490; }

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

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

background-color css

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

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

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

border-color css

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

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

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