Html Css Color HEX #C4B1BA Maverick

📋 copy color: '#C4B1BA'

red 196 ◦ green 177 ◦ blue 186

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

Shades of Maverick #C4B1BA

Tints of Maverick #C4B1BA

RGB

 RED value IS 196 (76.95% from 255) = 35.06%

 GREEN value IS 177 (69.53% from 255) = 31.66%

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

R = 35.06%
G = 31.66%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4B1BA (or 0xC4B1BA) is known color: Maverick. HEX triplet: C4, B1 and BA. RGB value is (196,177,186). Sum of RGB (Red+Green+Blue) = 196+177+186=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1BA is #3B4E45. Grayscale: #B7B7B7. Windows color (decimal): -3886662 or 12235204. OLE color: 12235204.

HSL color Cylindrical-coordinate representation of color #C4B1BA: hue angle of 331.58º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4B1BA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 186 -
CMYK 0 0.10 0.05 0.23
HSL 331.58º 0.14% 0.73% -
HSV(B) 331.58º 0.1% 0.77% -
XYZ 47.35 46.73 52.98 -
YUV 183.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 196 177 186 0 0.10 0.05 0.23 331.58 0.14 0.73
Hex C4 B1 BA 0 A 5 17 14C E 49
Octal 304 261 272 0 12 5 27 514 16 111
Binary 11000100 10110001 10111010 0 1010 101 10111 101001100 1110 1001001

Color Harmonies of #C4B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1BA

Black with #C4B1BA

Text Example


Text Example

White with #C4B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1BA; }

 p { color: rgb(196,177,186); }

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

background-color css

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

 a { background-color: rgb(196,177,186); }

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

border-color css

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

 span { border-color: rgb(196,177,186); }

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