Html Css Color HEX #C6B8BF Maverick

📋 copy color: '#C6B8BF'

red 198 ◦ green 184 ◦ blue 191

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

Shades of Maverick #C6B8BF

Tints of Maverick #C6B8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.11%

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

R = 34.55%
G = 32.11%
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

#C6B8BF (or 0xC6B8BF) is known color: Maverick. HEX triplet: C6, B8 and BF. RGB value is (198,184,191). Sum of RGB (Red+Green+Blue) = 198+184+191=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8BF is #394740. Grayscale: #BCBCBC. Windows color (decimal): -3753793 or 12564678. OLE color: 12564678.

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

Color convert

RGB 198 184 191 -
CMYK 0 0.07 0.04 0.22
HSL 330º 0.11% 0.75% -
HSV(B) 330º 0.07% 0.78% -
XYZ 49.83 50.05 56.32 -
YUV 188.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 198 184 191 0 0.07 0.04 0.22 330 0.11 0.75
Hex C6 B8 BF 0 7 4 16 14A B 4B
Octal 306 270 277 0 7 4 26 512 13 113
Binary 11000110 10111000 10111111 0 111 100 10110 101001010 1011 1001011

Color Harmonies of #C6B8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B8BF

Black with #C6B8BF

Text Example


Text Example

White with #C6B8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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