Html Css Color HEX #C1B9BE Maverick

📋 copy color: '#C1B9BE'

red 193 ◦ green 185 ◦ blue 190

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

Shades of Maverick #C1B9BE

Tints of Maverick #C1B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.57%

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 33.98%
G = 32.57%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C1B9BE (or 0xC1B9BE) is known color: Maverick. HEX triplet: C1, B9 and BE. RGB value is (193,185,190). Sum of RGB (Red+Green+Blue) = 193+185+190=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B9BE is #3E4641. Grayscale: #BBBBBB. Windows color (decimal): -4081218 or 12499393. OLE color: 12499393.

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

Color convert

RGB 193 185 190 -
CMYK 0 0.04 0.02 0.24
HSL 322.5º 0.06% 0.74% -
HSV(B) 322.5º 0.04% 0.76% -
XYZ 48.64 49.75 55.76 -
YUV 187.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 193 185 190 0 0.04 0.02 0.24 322.5 0.06 0.74
Hex C1 B9 BE 0 4 2 18 142 6 4A
Octal 301 271 276 0 4 2 30 502 6 112
Binary 11000001 10111001 10111110 0 100 10 11000 101000010 110 1001010

Color Harmonies of #C1B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B9BE

Black with #C1B9BE

Text Example


Text Example

White with #C1B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B9BE; }

 p { color: rgb(193,185,190); }

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

background-color css

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

 a { background-color: rgb(193,185,190); }

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

border-color css

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

 span { border-color: rgb(193,185,190); }

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