Html Css Color HEX #C66486 Hopbush

📋 copy color: '#C66486'

red 198 ◦ green 100 ◦ blue 134

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

Shades of Hopbush #C66486

Tints of Hopbush #C66486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 45.83%
G = 23.15%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C66486 (or 0xC66486) is known color: Hopbush. HEX triplet: C6, 64 and 86. RGB value is (198,100,134). Sum of RGB (Red+Green+Blue) = 198+100+134=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C66486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66486 is #399B79. Grayscale: #858585. Windows color (decimal): -3775354 or 8807622. OLE color: 8807622.

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

Color convert

RGB 198 100 134 -
CMYK 0 0.49 0.32 0.22
HSL 339.18º 0.46% 0.58% -
HSV(B) 339.18º 0.49% 0.78% -
XYZ 32.15 22.84 25.27 -
YUV 133.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 198 100 134 0 0.49 0.32 0.22 339.18 0.46 0.58
Hex C6 64 86 0 31 20 16 153 2E 3A
Octal 306 144 206 0 61 40 26 523 56 72
Binary 11000110 1100100 10000110 0 110001 100000 10110 101010011 101110 111010

Color Harmonies of #C66486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66486

Black with #C66486

Text Example


Text Example

White with #C66486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66486; }

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

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

background-color css

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

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

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

border-color css

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

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

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