Html Css Color HEX #C6AEC0 Maverick

📋 copy color: '#C6AEC0'

red 198 ◦ green 174 ◦ blue 192

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

Shades of Maverick #C6AEC0

Tints of Maverick #C6AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.85%

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

R = 35.11%
G = 30.85%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C6AEC0 (or 0xC6AEC0) is known color: Maverick. HEX triplet: C6, AE and C0. RGB value is (198,174,192). Sum of RGB (Red+Green+Blue) = 198+174+192=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEC0 is #39513F. Grayscale: #B7B7B7. Windows color (decimal): -3756352 or 12627654. OLE color: 12627654.

HSL color Cylindrical-coordinate representation of color #C6AEC0: hue angle of 315º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AEC0 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 174 192 -
CMYK 0 0.12 0.03 0.22
HSL 315º 0.17% 0.73% -
HSV(B) 315º 0.12% 0.78% -
XYZ 47.94 46.08 56.24 -
YUV 183.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 198 174 192 0 0.12 0.03 0.22 315 0.17 0.73
Hex C6 AE C0 0 C 3 16 13B 11 49
Octal 306 256 300 0 14 3 26 473 21 111
Binary 11000110 10101110 11000000 0 1100 11 10110 100111011 10001 1001001

Color Harmonies of #C6AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEC0

Black with #C6AEC0

Text Example


Text Example

White with #C6AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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