Html Css Color HEX #C5B6BF Maverick

📋 copy color: '#C5B6BF'

red 197 ◦ green 182 ◦ blue 191

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

Shades of Maverick #C5B6BF

Tints of Maverick #C5B6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.51%

R = 34.56%
G = 31.93%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5B6BF (or 0xC5B6BF) is known color: Maverick. HEX triplet: C5, B6 and BF. RGB value is (197,182,191). Sum of RGB (Red+Green+Blue) = 197+182+191=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6BF is #3A4940. Grayscale: #BBBBBB. Windows color (decimal): -3819841 or 12564165. OLE color: 12564165.

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

Color convert

RGB 197 182 191 -
CMYK 0 0.08 0.03 0.23
HSL 324º 0.11% 0.74% -
HSV(B) 324º 0.08% 0.77% -
XYZ 49.16 49.09 56.17 -
YUV 187.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 197 182 191 0 0.08 0.03 0.23 324 0.11 0.74
Hex C5 B6 BF 0 8 3 17 144 B 4A
Octal 305 266 277 0 10 3 27 504 13 112
Binary 11000101 10110110 10111111 0 1000 11 10111 101000100 1011 1001010

Color Harmonies of #C5B6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B6BF

Black with #C5B6BF

Text Example


Text Example

White with #C5B6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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