Html Css Color HEX #C4B3BA Maverick

📋 copy color: '#C4B3BA'

red 196 ◦ green 179 ◦ blue 186

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

Shades of Maverick #C4B3BA

Tints of Maverick #C4B3BA

RGB

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

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

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

R = 34.94%
G = 31.91%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4B3BA (or 0xC4B3BA) is known color: Maverick. HEX triplet: C4, B3 and BA. RGB value is (196,179,186). Sum of RGB (Red+Green+Blue) = 196+179+186=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BA is #3B4C45. Grayscale: #B8B8B8. Windows color (decimal): -3886150 or 12235716. OLE color: 12235716.

HSL color Cylindrical-coordinate representation of color #C4B3BA: hue angle of 335.29º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B3BA is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 186 -
CMYK 0 0.09 0.05 0.23
HSL 335.29º 0.13% 0.74% -
HSV(B) 335.29º 0.09% 0.77% -
XYZ 47.75 47.52 53.11 -
YUV 184.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 196 179 186 0 0.09 0.05 0.23 335.29 0.13 0.74
Hex C4 B3 BA 0 9 5 17 14F D 4A
Octal 304 263 272 0 11 5 27 517 15 112
Binary 11000100 10110011 10111010 0 1001 101 10111 101001111 1101 1001010

Color Harmonies of #C4B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B3BA

Black with #C4B3BA

Text Example


Text Example

White with #C4B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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