Html Css Color HEX #C1B6BA Maverick

📋 copy color: '#C1B6BA'

red 193 ◦ green 182 ◦ blue 186

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

Shades of Maverick #C1B6BA

Tints of Maverick #C1B6BA

RGB

 RED value IS 193 (75.78% from 255) = 34.4%

 GREEN value IS 182 (71.48% from 255) = 32.44%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 34.4%
G = 32.44%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C1B6BA (or 0xC1B6BA) is known color: Maverick. HEX triplet: C1, B6 and BA. RGB value is (193,182,186). Sum of RGB (Red+Green+Blue) = 193+182+186=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B6BA is #3E4945. Grayscale: #B9B9B9. Windows color (decimal): -4081990 or 12236481. OLE color: 12236481.

HSL color Cylindrical-coordinate representation of color #C1B6BA: hue angle of 338.18º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1B6BA is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 182 186 -
CMYK 0 0.06 0.04 0.24
HSL 338.18º 0.08% 0.74% -
HSV(B) 338.18º 0.06% 0.76% -
XYZ 47.58 48.34 53.28 -
YUV 185.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 193 182 186 0 0.06 0.04 0.24 338.18 0.08 0.74
Hex C1 B6 BA 0 6 4 18 152 8 4A
Octal 301 266 272 0 6 4 30 522 10 112
Binary 11000001 10110110 10111010 0 110 100 11000 101010010 1000 1001010

Color Harmonies of #C1B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B6BA

Black with #C1B6BA

Text Example


Text Example

White with #C1B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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