Html Css Color HEX #C9BAC6 Maverick

📋 copy color: '#C9BAC6'

red 201 ◦ green 186 ◦ blue 198

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

Shades of Maverick #C9BAC6

Tints of Maverick #C9BAC6

RGB

 RED value IS 201 (78.91% from 255) = 34.36%

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

 BLUE value IS 198 (77.73% from 255) = 33.85%

R = 34.36%
G = 31.79%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C9BAC6 (or 0xC9BAC6) is known color: Maverick. HEX triplet: C9, BA and C6. RGB value is (201,186,198). Sum of RGB (Red+Green+Blue) = 201+186+198=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAC6 is #364539. Grayscale: #BFBFBF. Windows color (decimal): -3556666 or 13023945. OLE color: 13023945.

HSL color Cylindrical-coordinate representation of color #C9BAC6: hue angle of 312º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BAC6 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 198 -
CMYK 0 0.07 0.01 0.21
HSL 312º 0.12% 0.76% -
HSV(B) 312º 0.07% 0.79% -
XYZ 51.84 51.61 60.66 -
YUV 191.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 201 186 198 0 0.07 0.01 0.21 312 0.12 0.76
Hex C9 BA C6 0 7 1 15 138 C 4C
Octal 311 272 306 0 7 1 25 470 14 114
Binary 11001001 10111010 11000110 0 111 1 10101 100111000 1100 1001100

Color Harmonies of #C9BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAC6

Black with #C9BAC6

Text Example


Text Example

White with #C9BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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