Html Css Color HEX #C66A8E Hopbush

📋 copy color: '#C66A8E'

red 198 ◦ green 106 ◦ blue 142

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

Shades of Hopbush #C66A8E

Tints of Hopbush #C66A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 44.39%
G = 23.77%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C66A8E (or 0xC66A8E) is known color: Hopbush. HEX triplet: C6, 6A and 8E. RGB value is (198,106,142). Sum of RGB (Red+Green+Blue) = 198+106+142=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66A8E is #399571. Grayscale: #898989. Windows color (decimal): -3773810 or 9333446. OLE color: 9333446.

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

Color convert

RGB 198 106 142 -
CMYK 0 0.46 0.28 0.22
HSL 336.52º 0.45% 0.6% -
HSV(B) 336.52º 0.46% 0.78% -
XYZ 33.33 24.27 28.52 -
YUV 137.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 198 106 142 0 0.46 0.28 0.22 336.52 0.45 0.6
Hex C6 6A 8E 0 2E 1C 16 151 2D 3C
Octal 306 152 216 0 56 34 26 521 55 74
Binary 11000110 1101010 10001110 0 101110 11100 10110 101010001 101101 111100

Color Harmonies of #C66A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A8E

Black with #C66A8E

Text Example


Text Example

White with #C66A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A8E; }

 p { color: rgb(198,106,142); }

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

background-color css

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

 a { background-color: rgb(198,106,142); }

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

border-color css

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

 span { border-color: rgb(198,106,142); }

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