Html Css Color HEX #C6B3BD Maverick

📋 copy color: '#C6B3BD'

red 198 ◦ green 179 ◦ blue 189

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

Shades of Maverick #C6B3BD

Tints of Maverick #C6B3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.63%

 BLUE value IS 189 (74.22% from 255) = 33.39%

R = 34.98%
G = 31.63%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C6B3BD (or 0xC6B3BD) is known color: Maverick. HEX triplet: C6, B3 and BD. RGB value is (198,179,189). Sum of RGB (Red+Green+Blue) = 198+179+189=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3BD is #394C42. Grayscale: #B9B9B9. Windows color (decimal): -3755075 or 12432326. OLE color: 12432326.

HSL color Cylindrical-coordinate representation of color #C6B3BD: hue angle of 328.42º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6B3BD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 179 189 -
CMYK 0 0.10 0.05 0.22
HSL 328.42º 0.14% 0.74% -
HSV(B) 328.42º 0.1% 0.78% -
XYZ 48.59 47.92 54.83 -
YUV 185.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 198 179 189 0 0.10 0.05 0.22 328.42 0.14 0.74
Hex C6 B3 BD 0 A 5 16 148 E 4A
Octal 306 263 275 0 12 5 26 510 16 112
Binary 11000110 10110011 10111101 0 1010 101 10110 101001000 1110 1001010

Color Harmonies of #C6B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B3BD

Black with #C6B3BD

Text Example


Text Example

White with #C6B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B3BD; }

 p { color: rgb(198,179,189); }

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

background-color css

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

 a { background-color: rgb(198,179,189); }

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

border-color css

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

 span { border-color: rgb(198,179,189); }

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