Html Css Color HEX #C66F96 Hopbush

📋 copy color: '#C66F96'

red 198 ◦ green 111 ◦ blue 150

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

Shades of Hopbush #C66F96

Tints of Hopbush #C66F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.18%

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

R = 43.14%
G = 24.18%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C66F96 (or 0xC66F96) is known color: Hopbush. HEX triplet: C6, 6F and 96. RGB value is (198,111,150). Sum of RGB (Red+Green+Blue) = 198+111+150=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F96 is #399069. Grayscale: #8D8D8D. Windows color (decimal): -3772522 or 9859014. OLE color: 9859014.

HSL color Cylindrical-coordinate representation of color #C66F96: hue angle of 333.1º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F96 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 111 150 -
CMYK 0 0.44 0.24 0.22
HSL 333.1º 0.43% 0.61% -
HSV(B) 333.1º 0.44% 0.78% -
XYZ 34.48 25.58 31.97 -
YUV 141.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 198 111 150 0 0.44 0.24 0.22 333.1 0.43 0.61
Hex C6 6F 96 0 2C 18 16 14D 2B 3D
Octal 306 157 226 0 54 30 26 515 53 75
Binary 11000110 1101111 10010110 0 101100 11000 10110 101001101 101011 111101

Color Harmonies of #C66F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F96

Black with #C66F96

Text Example


Text Example

White with #C66F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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