Html Css Color HEX #C4BAC1 Maverick

📋 copy color: '#C4BAC1'

red 196 ◦ green 186 ◦ blue 193

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

Shades of Maverick #C4BAC1

Tints of Maverick #C4BAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.57%

R = 34.09%
G = 32.35%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C4BAC1 (or 0xC4BAC1) is known color: Maverick. HEX triplet: C4, BA and C1. RGB value is (196,186,193). Sum of RGB (Red+Green+Blue) = 196+186+193=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAC1 is #3B453E. Grayscale: #BDBDBD. Windows color (decimal): -3884351 or 12696260. OLE color: 12696260.

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

Color convert

RGB 196 186 193 -
CMYK 0 0.05 0.02 0.23
HSL 318º 0.08% 0.75% -
HSV(B) 318º 0.05% 0.77% -
XYZ 49.95 50.7 57.61 -
YUV 189.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 196 186 193 0 0.05 0.02 0.23 318 0.08 0.75
Hex C4 BA C1 0 5 2 17 13E 8 4B
Octal 304 272 301 0 5 2 27 476 10 113
Binary 11000100 10111010 11000001 0 101 10 10111 100111110 1000 1001011

Color Harmonies of #C4BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BAC1

Black with #C4BAC1

Text Example


Text Example

White with #C4BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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