Html Css Color HEX #C5B4BA Maverick

📋 copy color: '#C5B4BA'

red 197 ◦ green 180 ◦ blue 186

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

Shades of Maverick #C5B4BA

Tints of Maverick #C5B4BA

RGB

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

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

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

R = 34.99%
G = 31.97%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5B4BA (or 0xC5B4BA) is known color: Maverick. HEX triplet: C5, B4 and BA. RGB value is (197,180,186). Sum of RGB (Red+Green+Blue) = 197+180+186=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B4BA is #3A4B45. Grayscale: #B9B9B9. Windows color (decimal): -3820358 or 12235973. OLE color: 12235973.

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

Color convert

RGB 197 180 186 -
CMYK 0 0.09 0.06 0.23
HSL 338.82º 0.13% 0.74% -
HSV(B) 338.82º 0.09% 0.77% -
XYZ 48.21 48.06 53.19 -
YUV 185.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 197 180 186 0 0.09 0.06 0.23 338.82 0.13 0.74
Hex C5 B4 BA 0 9 6 17 153 D 4A
Octal 305 264 272 0 11 6 27 523 15 112
Binary 11000101 10110100 10111010 0 1001 110 10111 101010011 1101 1001010

Color Harmonies of #C5B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B4BA

Black with #C5B4BA

Text Example


Text Example

White with #C5B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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