Html Css Color HEX #C5B6BE Maverick

📋 copy color: '#C5B6BE'

red 197 ◦ green 182 ◦ blue 190

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

Shades of Maverick #C5B6BE

Tints of Maverick #C5B6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.99%

 BLUE value IS 190 (74.61% from 255) = 33.39%

R = 34.62%
G = 31.99%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5B6BE (or 0xC5B6BE) is known color: Maverick. HEX triplet: C5, B6 and BE. RGB value is (197,182,190). Sum of RGB (Red+Green+Blue) = 197+182+190=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6BE is #3A4941. Grayscale: #BBBBBB. Windows color (decimal): -3819842 or 12498629. OLE color: 12498629.

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

Color convert

RGB 197 182 190 -
CMYK 0 0.08 0.04 0.23
HSL 328º 0.11% 0.74% -
HSV(B) 328º 0.08% 0.77% -
XYZ 49.05 49.04 55.6 -
YUV 187.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 197 182 190 0 0.08 0.04 0.23 328 0.11 0.74
Hex C5 B6 BE 0 8 4 17 148 B 4A
Octal 305 266 276 0 10 4 27 510 13 112
Binary 11000101 10110110 10111110 0 1000 100 10111 101001000 1011 1001010

Color Harmonies of #C5B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B6BE

Black with #C5B6BE

Text Example


Text Example

White with #C5B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B6BE; }

 p { color: rgb(197,182,190); }

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

background-color css

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

 a { background-color: rgb(197,182,190); }

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

border-color css

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

 span { border-color: rgb(197,182,190); }

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