Html Css Color HEX #C8BAC1 Maverick

📋 copy color: '#C8BAC1'

red 200 ◦ green 186 ◦ blue 193

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

Shades of Maverick #C8BAC1

Tints of Maverick #C8BAC1

RGB

 RED value IS 200 (78.52% from 255) = 34.54%

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

 BLUE value IS 193 (75.78% from 255) = 33.33%

R = 34.54%
G = 32.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8BAC1 (or 0xC8BAC1) is known color: Maverick. HEX triplet: C8, BA and C1. RGB value is (200,186,193). Sum of RGB (Red+Green+Blue) = 200+186+193=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAC1 is #37453E. Grayscale: #BEBEBE. Windows color (decimal): -3622207 or 12696264. OLE color: 12696264.

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

Color convert

RGB 200 186 193 -
CMYK 0 0.07 0.04 0.22
HSL 330º 0.11% 0.76% -
HSV(B) 330º 0.07% 0.78% -
XYZ 51 51.25 57.66 -
YUV 190.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 200 186 193 0 0.07 0.04 0.22 330 0.11 0.76
Hex C8 BA C1 0 7 4 16 14A B 4C
Octal 310 272 301 0 7 4 26 512 13 114
Binary 11001000 10111010 11000001 0 111 100 10110 101001010 1011 1001100

Color Harmonies of #C8BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAC1

Black with #C8BAC1

Text Example


Text Example

White with #C8BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAC1; }

 p { color: rgb(200,186,193); }

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

background-color css

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

 a { background-color: rgb(200,186,193); }

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

border-color css

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

 span { border-color: rgb(200,186,193); }

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