Html Css Color HEX #C2B3BD Maverick

📋 copy color: '#C2B3BD'

red 194 ◦ green 179 ◦ blue 189

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

Shades of Maverick #C2B3BD

Tints of Maverick #C2B3BD

RGB

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

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

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

R = 34.52%
G = 31.85%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2B3BD (or 0xC2B3BD) is known color: Maverick. HEX triplet: C2, B3 and BD. RGB value is (194,179,189). Sum of RGB (Red+Green+Blue) = 194+179+189=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3BD is #3D4C42. Grayscale: #B8B8B8. Windows color (decimal): -4017219 or 12432322. OLE color: 12432322.

HSL color Cylindrical-coordinate representation of color #C2B3BD: hue angle of 320º 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 #C2B3BD is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 189 -
CMYK 0 0.08 0.03 0.24
HSL 320º 0.11% 0.73% -
HSV(B) 320º 0.08% 0.76% -
XYZ 47.55 47.38 54.78 -
YUV 184.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 194 179 189 0 0.08 0.03 0.24 320 0.11 0.73
Hex C2 B3 BD 0 8 3 18 140 B 49
Octal 302 263 275 0 10 3 30 500 13 111
Binary 11000010 10110011 10111101 0 1000 11 11000 101000000 1011 1001001

Color Harmonies of #C2B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3BD

Black with #C2B3BD

Text Example


Text Example

White with #C2B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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