Html Css Color HEX #C6AABA Maverick

📋 copy color: '#C6AABA'

red 198 ◦ green 170 ◦ blue 186

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

Shades of Maverick #C6AABA

Tints of Maverick #C6AABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.69%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 35.74%
G = 30.69%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C6AABA (or 0xC6AABA) is known color: Maverick. HEX triplet: C6, AA and BA. RGB value is (198,170,186). Sum of RGB (Red+Green+Blue) = 198+170+186=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AABA is #395545. Grayscale: #B4B4B4. Windows color (decimal): -3757382 or 12233414. OLE color: 12233414.

HSL color Cylindrical-coordinate representation of color #C6AABA: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6AABA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 186 -
CMYK 0 0.14 0.06 0.22
HSL 325.71º 0.2% 0.72% -
HSV(B) 325.71º 0.14% 0.78% -
XYZ 46.53 44.3 52.55 -
YUV 180.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 198 170 186 0 0.14 0.06 0.22 325.71 0.2 0.72
Hex C6 AA BA 0 E 6 16 146 14 48
Octal 306 252 272 0 16 6 26 506 24 110
Binary 11000110 10101010 10111010 0 1110 110 10110 101000110 10100 1001000

Color Harmonies of #C6AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AABA

Black with #C6AABA

Text Example


Text Example

White with #C6AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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