Html Css Color HEX #C1BABD Maverick

📋 copy color: '#C1BABD'

red 193 ◦ green 186 ◦ blue 189

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

Shades of Maverick #C1BABD

Tints of Maverick #C1BABD

RGB

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

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

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

R = 33.98%
G = 32.75%
B = 33.27%

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

#C1BABD (or 0xC1BABD) is known color: Maverick. HEX triplet: C1, BA and BD. RGB value is (193,186,189). Sum of RGB (Red+Green+Blue) = 193+186+189=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BABD is #3E4542. Grayscale: #BCBCBC. Windows color (decimal): -4080963 or 12434113. OLE color: 12434113.

HSL color Cylindrical-coordinate representation of color #C1BABD: hue angle of 334.29º degrees, saturation: 0.05, 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 #C1BABD is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 189 -
CMYK 0 0.04 0.02 0.24
HSL 334.29º 0.05% 0.74% -
HSV(B) 334.29º 0.04% 0.76% -
XYZ 48.74 50.13 55.25 -
YUV 188.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 193 186 189 0 0.04 0.02 0.24 334.29 0.05 0.74
Hex C1 BA BD 0 4 2 18 14E 5 4A
Octal 301 272 275 0 4 2 30 516 5 112
Binary 11000001 10111010 10111101 0 100 10 11000 101001110 101 1001010

Color Harmonies of #C1BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BABD

Black with #C1BABD

Text Example


Text Example

White with #C1BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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