Html Css Color HEX #C4B5BA Maverick

📋 copy color: '#C4B5BA'

red 196 ◦ green 181 ◦ blue 186

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

Shades of Maverick #C4B5BA

Tints of Maverick #C4B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.15%

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

R = 34.81%
G = 32.15%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4B5BA (or 0xC4B5BA) is known color: Maverick. HEX triplet: C4, B5 and BA. RGB value is (196,181,186). Sum of RGB (Red+Green+Blue) = 196+181+186=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5BA is #3B4A45. Grayscale: #BABABA. Windows color (decimal): -3885638 or 12236228. OLE color: 12236228.

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

Color convert

RGB 196 181 186 -
CMYK 0 0.08 0.05 0.23
HSL 340º 0.11% 0.74% -
HSV(B) 340º 0.08% 0.77% -
XYZ 48.15 48.33 53.24 -
YUV 186.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 196 181 186 0 0.08 0.05 0.23 340 0.11 0.74
Hex C4 B5 BA 0 8 5 17 154 B 4A
Octal 304 265 272 0 10 5 27 524 13 112
Binary 11000100 10110101 10111010 0 1000 101 10111 101010100 1011 1001010

Color Harmonies of #C4B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B5BA

Black with #C4B5BA

Text Example


Text Example

White with #C4B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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