Html Css Color HEX #C8BAC5 Maverick

📋 copy color: '#C8BAC5'

red 200 ◦ green 186 ◦ blue 197

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

Shades of Maverick #C8BAC5

Tints of Maverick #C8BAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.79%

R = 34.31%
G = 31.9%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C8BAC5 (or 0xC8BAC5) is known color: Maverick. HEX triplet: C8, BA and C5. RGB value is (200,186,197). Sum of RGB (Red+Green+Blue) = 200+186+197=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAC5 is #37453A. Grayscale: #BFBFBF. Windows color (decimal): -3622203 or 12958408. OLE color: 12958408.

HSL color Cylindrical-coordinate representation of color #C8BAC5: hue angle of 312.86º 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 #C8BAC5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 197 -
CMYK 0 0.07 0.02 0.22
HSL 312.86º 0.11% 0.76% -
HSV(B) 312.86º 0.07% 0.78% -
XYZ 51.46 51.43 60.04 -
YUV 191.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 200 186 197 0 0.07 0.02 0.22 312.86 0.11 0.76
Hex C8 BA C5 0 7 2 16 139 B 4C
Octal 310 272 305 0 7 2 26 471 13 114
Binary 11001000 10111010 11000101 0 111 10 10110 100111001 1011 1001100

Color Harmonies of #C8BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAC5

Black with #C8BAC5

Text Example


Text Example

White with #C8BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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