Html Css Color HEX #C6ABBD Maverick

📋 copy color: '#C6ABBD'

red 198 ◦ green 171 ◦ blue 189

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

Shades of Maverick #C6ABBD

Tints of Maverick #C6ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 35.48%
G = 30.65%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C6ABBD (or 0xC6ABBD) is known color: Maverick. HEX triplet: C6, AB and BD. RGB value is (198,171,189). Sum of RGB (Red+Green+Blue) = 198+171+189=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABBD is #395442. Grayscale: #B5B5B5. Windows color (decimal): -3757123 or 12430278. OLE color: 12430278.

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

Color convert

RGB 198 171 189 -
CMYK 0 0.14 0.05 0.22
HSL 320º 0.19% 0.72% -
HSV(B) 320º 0.14% 0.78% -
XYZ 47.04 44.81 54.31 -
YUV 181.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 198 171 189 0 0.14 0.05 0.22 320 0.19 0.72
Hex C6 AB BD 0 E 5 16 140 13 48
Octal 306 253 275 0 16 5 26 500 23 110
Binary 11000110 10101011 10111101 0 1110 101 10110 101000000 10011 1001000

Color Harmonies of #C6ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABBD

Black with #C6ABBD

Text Example


Text Example

White with #C6ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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