Html Css Color HEX #C4B4BA Maverick

📋 copy color: '#C4B4BA'

red 196 ◦ green 180 ◦ blue 186

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

Shades of Maverick #C4B4BA

Tints of Maverick #C4B4BA

RGB

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

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

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

R = 34.88%
G = 32.03%
B = 33.1%

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

#C4B4BA (or 0xC4B4BA) is known color: Maverick. HEX triplet: C4, B4 and BA. RGB value is (196,180,186). Sum of RGB (Red+Green+Blue) = 196+180+186=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4BA is #3B4B45. Grayscale: #B9B9B9. Windows color (decimal): -3885894 or 12235972. OLE color: 12235972.

HSL color Cylindrical-coordinate representation of color #C4B4BA: hue angle of 337.5º degrees, saturation: 0.12, 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 #C4B4BA is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 186 -
CMYK 0 0.08 0.05 0.23
HSL 337.5º 0.12% 0.74% -
HSV(B) 337.5º 0.08% 0.77% -
XYZ 47.95 47.92 53.18 -
YUV 185.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 196 180 186 0 0.08 0.05 0.23 337.5 0.12 0.74
Hex C4 B4 BA 0 8 5 17 152 C 4A
Octal 304 264 272 0 10 5 27 522 14 112
Binary 11000100 10110100 10111010 0 1000 101 10111 101010010 1100 1001010

Color Harmonies of #C4B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B4BA

Black with #C4B4BA

Text Example


Text Example

White with #C4B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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