Html Css Color HEX #C2B3BA Maverick

📋 copy color: '#C2B3BA'

red 194 ◦ green 179 ◦ blue 186

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

Shades of Maverick #C2B3BA

Tints of Maverick #C2B3BA

RGB

 RED value IS 194 (76.17% from 255) = 34.7%

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

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

R = 34.7%
G = 32.02%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2B3BA (or 0xC2B3BA) is known color: Maverick. HEX triplet: C2, B3 and BA. RGB value is (194,179,186). Sum of RGB (Red+Green+Blue) = 194+179+186=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3BA is #3D4C45. Grayscale: #B8B8B8. Windows color (decimal): -4017222 or 12235714. OLE color: 12235714.

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

Color convert

RGB 194 179 186 -
CMYK 0 0.08 0.04 0.24
HSL 332º 0.11% 0.73% -
HSV(B) 332º 0.08% 0.76% -
XYZ 47.23 47.25 53.09 -
YUV 184.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 194 179 186 0 0.08 0.04 0.24 332 0.11 0.73
Hex C2 B3 BA 0 8 4 18 14C B 49
Octal 302 263 272 0 10 4 30 514 13 111
Binary 11000010 10110011 10111010 0 1000 100 11000 101001100 1011 1001001

Color Harmonies of #C2B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3BA

Black with #C2B3BA

Text Example


Text Example

White with #C2B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3BA; }

 p { color: rgb(194,179,186); }

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

background-color css

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

 a { background-color: rgb(194,179,186); }

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

border-color css

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

 span { border-color: rgb(194,179,186); }

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