Html Css Color HEX #C2B4BA Maverick

📋 copy color: '#C2B4BA'

red 194 ◦ green 180 ◦ blue 186

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

Shades of Maverick #C2B4BA

Tints of Maverick #C2B4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.14%

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

R = 34.64%
G = 32.14%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2B4BA (or 0xC2B4BA) is known color: Maverick. HEX triplet: C2, B4 and BA. RGB value is (194,180,186). Sum of RGB (Red+Green+Blue) = 194+180+186=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4BA is #3D4B45. Grayscale: #B8B8B8. Windows color (decimal): -4016966 or 12235970. OLE color: 12235970.

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

Color convert

RGB 194 180 186 -
CMYK 0 0.07 0.04 0.24
HSL 334.29º 0.1% 0.73% -
HSV(B) 334.29º 0.07% 0.76% -
XYZ 47.43 47.66 53.15 -
YUV 184.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 194 180 186 0 0.07 0.04 0.24 334.29 0.1 0.73
Hex C2 B4 BA 0 7 4 18 14E A 49
Octal 302 264 272 0 7 4 30 516 12 111
Binary 11000010 10110100 10111010 0 111 100 11000 101001110 1010 1001001

Color Harmonies of #C2B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B4BA

Black with #C2B4BA

Text Example


Text Example

White with #C2B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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