Html Css Color HEX #C4BAC2 Maverick

📋 copy color: '#C4BAC2'

red 196 ◦ green 186 ◦ blue 194

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

Shades of Maverick #C4BAC2

Tints of Maverick #C4BAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.68%

R = 34.03%
G = 32.29%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C4BAC2 (or 0xC4BAC2) is known color: Maverick. HEX triplet: C4, BA and C2. RGB value is (196,186,194). Sum of RGB (Red+Green+Blue) = 196+186+194=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAC2 is #3B453D. Grayscale: #BDBDBD. Windows color (decimal): -3884350 or 12761796. OLE color: 12761796.

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

Color convert

RGB 196 186 194 -
CMYK 0 0.05 0.01 0.23
HSL 312º 0.08% 0.75% -
HSV(B) 312º 0.05% 0.77% -
XYZ 50.06 50.75 58.2 -
YUV 189.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 196 186 194 0 0.05 0.01 0.23 312 0.08 0.75
Hex C4 BA C2 0 5 1 17 138 8 4B
Octal 304 272 302 0 5 1 27 470 10 113
Binary 11000100 10111010 11000010 0 101 1 10111 100111000 1000 1001011

Color Harmonies of #C4BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BAC2

Black with #C4BAC2

Text Example


Text Example

White with #C4BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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