Html Css Color HEX #C66BAA Hopbush

📋 copy color: '#C66BAA'

red 198 ◦ green 107 ◦ blue 170

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

Shades of Hopbush #C66BAA

Tints of Hopbush #C66BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.53%

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 41.68%
G = 22.53%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C66BAA (or 0xC66BAA) is known color: Hopbush. HEX triplet: C6, 6B and AA. RGB value is (198,107,170). Sum of RGB (Red+Green+Blue) = 198+107+170=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BAA is #399455. Grayscale: #8D8D8D. Windows color (decimal): -3773526 or 11168710. OLE color: 11168710.

HSL color Cylindrical-coordinate representation of color #C66BAA: hue angle of 318.46º degrees, saturation: 0.44, 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 #C66BAA is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 107 170 -
CMYK 0 0.46 0.14 0.22
HSL 318.46º 0.44% 0.6% -
HSV(B) 318.46º 0.46% 0.78% -
XYZ 35.8 25.42 41.05 -
YUV 141.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 198 107 170 0 0.46 0.14 0.22 318.46 0.44 0.6
Hex C6 6B AA 0 2E E 16 13E 2C 3C
Octal 306 153 252 0 56 16 26 476 54 74
Binary 11000110 1101011 10101010 0 101110 1110 10110 100111110 101100 111100

Color Harmonies of #C66BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66BAA

Black with #C66BAA

Text Example


Text Example

White with #C66BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66BAA; }

 p { color: rgb(198,107,170); }

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

background-color css

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

 a { background-color: rgb(198,107,170); }

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

border-color css

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

 span { border-color: rgb(198,107,170); }

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