Html Css Color HEX #C66490 Hopbush

📋 copy color: '#C66490'

red 198 ◦ green 100 ◦ blue 144

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

Shades of Hopbush #C66490

Tints of Hopbush #C66490

RGB

 RED value IS 198 (77.73% from 255) = 44.8%

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

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

R = 44.8%
G = 22.62%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C66490 (or 0xC66490) is known color: Hopbush. HEX triplet: C6, 64 and 90. RGB value is (198,100,144). Sum of RGB (Red+Green+Blue) = 198+100+144=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C66490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66490 is #399B6F. Grayscale: #868686. Windows color (decimal): -3775344 or 9462982. OLE color: 9462982.

HSL color Cylindrical-coordinate representation of color #C66490: hue angle of 333.06º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66490 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 144 -
CMYK 0 0.49 0.27 0.22
HSL 333.06º 0.46% 0.58% -
HSV(B) 333.06º 0.49% 0.78% -
XYZ 32.88 23.13 29.12 -
YUV 134.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 198 100 144 0 0.49 0.27 0.22 333.06 0.46 0.58
Hex C6 64 90 0 31 1B 16 14D 2E 3A
Octal 306 144 220 0 61 33 26 515 56 72
Binary 11000110 1100100 10010000 0 110001 11011 10110 101001101 101110 111010

Color Harmonies of #C66490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66490

Black with #C66490

Text Example


Text Example

White with #C66490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66490; }

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

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

background-color css

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

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

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

border-color css

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

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

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