Html Css Color HEX #C4BABF Maverick

📋 copy color: '#C4BABF'

red 196 ◦ green 186 ◦ blue 191

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

Shades of Maverick #C4BABF

Tints of Maverick #C4BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.46%

 BLUE value IS 191 (75% from 255) = 33.33%

R = 34.21%
G = 32.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C4BABF (or 0xC4BABF) is known color: Maverick. HEX triplet: C4, BA and BF. RGB value is (196,186,191). Sum of RGB (Red+Green+Blue) = 196+186+191=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BABF is #3B4540. Grayscale: #BDBDBD. Windows color (decimal): -3884353 or 12565188. OLE color: 12565188.

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

Color convert

RGB 196 186 191 -
CMYK 0 0.05 0.03 0.23
HSL 330º 0.08% 0.75% -
HSV(B) 330º 0.05% 0.77% -
XYZ 49.73 50.62 56.44 -
YUV 189.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 196 186 191 0 0.05 0.03 0.23 330 0.08 0.75
Hex C4 BA BF 0 5 3 17 14A 8 4B
Octal 304 272 277 0 5 3 27 512 10 113
Binary 11000100 10111010 10111111 0 101 11 10111 101001010 1000 1001011

Color Harmonies of #C4BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BABF

Black with #C4BABF

Text Example


Text Example

White with #C4BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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