Html Css Color HEX #C6BABF Maverick

📋 copy color: '#C6BABF'

red 198 ◦ green 186 ◦ blue 191

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

Shades of Maverick #C6BABF

Tints of Maverick #C6BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.35%

 BLUE value IS 191 (75% from 255) = 33.22%

R = 34.43%
G = 32.35%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6BABF (or 0xC6BABF) is known color: Maverick. HEX triplet: C6, BA and BF. RGB value is (198,186,191). Sum of RGB (Red+Green+Blue) = 198+186+191=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BABF is #394540. Grayscale: #BEBEBE. Windows color (decimal): -3753281 or 12565190. OLE color: 12565190.

HSL color Cylindrical-coordinate representation of color #C6BABF: hue angle of 335º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BABF is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 191 -
CMYK 0 0.06 0.04 0.22
HSL 335º 0.1% 0.75% -
HSV(B) 335º 0.06% 0.78% -
XYZ 50.25 50.89 56.46 -
YUV 190.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 198 186 191 0 0.06 0.04 0.22 335 0.1 0.75
Hex C6 BA BF 0 6 4 16 14F A 4B
Octal 306 272 277 0 6 4 26 517 12 113
Binary 11000110 10111010 10111111 0 110 100 10110 101001111 1010 1001011

Color Harmonies of #C6BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BABF

Black with #C6BABF

Text Example


Text Example

White with #C6BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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