Html Css Color HEX #C6ABBA Maverick

📋 copy color: '#C6ABBA'

red 198 ◦ green 171 ◦ blue 186

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

Shades of Maverick #C6ABBA

Tints of Maverick #C6ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.81%

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

R = 35.68%
G = 30.81%
B = 33.51%

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

#C6ABBA (or 0xC6ABBA) is known color: Maverick. HEX triplet: C6, AB and BA. RGB value is (198,171,186). Sum of RGB (Red+Green+Blue) = 198+171+186=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABBA is #395445. Grayscale: #B4B4B4. Windows color (decimal): -3757126 or 12233670. OLE color: 12233670.

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

Color convert

RGB 198 171 186 -
CMYK 0 0.14 0.06 0.22
HSL 326.67º 0.19% 0.72% -
HSV(B) 326.67º 0.14% 0.78% -
XYZ 46.71 44.68 52.62 -
YUV 180.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 198 171 186 0 0.14 0.06 0.22 326.67 0.19 0.72
Hex C6 AB BA 0 E 6 16 147 13 48
Octal 306 253 272 0 16 6 26 507 23 110
Binary 11000110 10101011 10111010 0 1110 110 10110 101000111 10011 1001000

Color Harmonies of #C6ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABBA

Black with #C6ABBA

Text Example


Text Example

White with #C6ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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