Html Css Color HEX #C5BAC3 Maverick

📋 copy color: '#C5BAC3'

red 197 ◦ green 186 ◦ blue 195

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

Shades of Maverick #C5BAC3

Tints of Maverick #C5BAC3

RGB

 RED value IS 197 (77.34% from 255) = 34.08%

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

 BLUE value IS 195 (76.56% from 255) = 33.74%

R = 34.08%
G = 32.18%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C5BAC3 (or 0xC5BAC3) is known color: Maverick. HEX triplet: C5, BA and C3. RGB value is (197,186,195). Sum of RGB (Red+Green+Blue) = 197+186+195=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAC3 is #3A453C. Grayscale: #BEBEBE. Windows color (decimal): -3818813 or 12827333. OLE color: 12827333.

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

Color convert

RGB 197 186 195 -
CMYK 0 0.06 0.01 0.23
HSL 310.91º 0.09% 0.75% -
HSV(B) 310.91º 0.06% 0.77% -
XYZ 50.44 50.93 58.8 -
YUV 190.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 197 186 195 0 0.06 0.01 0.23 310.91 0.09 0.75
Hex C5 BA C3 0 6 1 17 137 9 4B
Octal 305 272 303 0 6 1 27 467 11 113
Binary 11000101 10111010 11000011 0 110 1 10111 100110111 1001 1001011

Color Harmonies of #C5BAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAC3

Black with #C5BAC3

Text Example


Text Example

White with #C5BAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAC3; }

 p { color: rgb(197,186,195); }

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

background-color css

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

 a { background-color: rgb(197,186,195); }

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

border-color css

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

 span { border-color: rgb(197,186,195); }

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