Html Css Color HEX #C66496 Hopbush

📋 copy color: '#C66496'

red 198 ◦ green 100 ◦ blue 150

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

Shades of Hopbush #C66496

Tints of Hopbush #C66496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 44.2%
G = 22.32%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C66496 (or 0xC66496) is known color: Hopbush. HEX triplet: C6, 64 and 96. RGB value is (198,100,150). Sum of RGB (Red+Green+Blue) = 198+100+150=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C66496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66496 is #399B69. Grayscale: #868686. Windows color (decimal): -3775338 or 9856198. OLE color: 9856198.

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

Color convert

RGB 198 100 150 -
CMYK 0 0.49 0.24 0.22
HSL 329.39º 0.46% 0.58% -
HSV(B) 329.39º 0.49% 0.78% -
XYZ 33.35 23.32 31.6 -
YUV 135 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 198 100 150 0 0.49 0.24 0.22 329.39 0.46 0.58
Hex C6 64 96 0 31 18 16 149 2E 3A
Octal 306 144 226 0 61 30 26 511 56 72
Binary 11000110 1100100 10010110 0 110001 11000 10110 101001001 101110 111010

Color Harmonies of #C66496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66496

Black with #C66496

Text Example


Text Example

White with #C66496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66496; }

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

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

background-color css

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

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

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

border-color css

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

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

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