Html Css Color HEX #C6AAC0 Maverick

📋 copy color: '#C6AAC0'

red 198 ◦ green 170 ◦ blue 192

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

Shades of Maverick #C6AAC0

Tints of Maverick #C6AAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 35.36%
G = 30.36%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C6AAC0 (or 0xC6AAC0) is known color: Maverick. HEX triplet: C6, AA and C0. RGB value is (198,170,192). Sum of RGB (Red+Green+Blue) = 198+170+192=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAC0 is #39553F. Grayscale: #B4B4B4. Windows color (decimal): -3757376 or 12626630. OLE color: 12626630.

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

Color convert

RGB 198 170 192 -
CMYK 0 0.14 0.03 0.22
HSL 312.86º 0.2% 0.72% -
HSV(B) 312.86º 0.14% 0.78% -
XYZ 47.18 44.56 55.98 -
YUV 180.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 198 170 192 0 0.14 0.03 0.22 312.86 0.2 0.72
Hex C6 AA C0 0 E 3 16 139 14 48
Octal 306 252 300 0 16 3 26 471 24 110
Binary 11000110 10101010 11000000 0 1110 11 10110 100111001 10100 1001000

Color Harmonies of #C6AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AAC0

Black with #C6AAC0

Text Example


Text Example

White with #C6AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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