Html Css Color HEX #C6AAB9 Maverick

📋 copy color: '#C6AAB9'

red 198 ◦ green 170 ◦ blue 185

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

Shades of Maverick #C6AAB9

Tints of Maverick #C6AAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 35.8%
G = 30.74%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C6AAB9 (or 0xC6AAB9) is known color: Maverick. HEX triplet: C6, AA and B9. RGB value is (198,170,185). Sum of RGB (Red+Green+Blue) = 198+170+185=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAB9 is #395546. Grayscale: #B4B4B4. Windows color (decimal): -3757383 or 12167878. OLE color: 12167878.

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

Color convert

RGB 198 170 185 -
CMYK 0 0.14 0.07 0.22
HSL 327.86º 0.2% 0.72% -
HSV(B) 327.86º 0.14% 0.78% -
XYZ 46.42 44.26 51.99 -
YUV 180.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 198 170 185 0 0.14 0.07 0.22 327.86 0.2 0.72
Hex C6 AA B9 0 E 7 16 148 14 48
Octal 306 252 271 0 16 7 26 510 24 110
Binary 11000110 10101010 10111001 0 1110 111 10110 101001000 10100 1001000

Color Harmonies of #C6AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AAB9

Black with #C6AAB9

Text Example


Text Example

White with #C6AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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