Html Css Color HEX #C5BBBF Maverick

📋 copy color: '#C5BBBF'

red 197 ◦ green 187 ◦ blue 191

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

Shades of Maverick #C5BBBF

Tints of Maverick #C5BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.52%

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

R = 34.26%
G = 32.52%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5BBBF (or 0xC5BBBF) is known color: Maverick. HEX triplet: C5, BB and BF. RGB value is (197,187,191). Sum of RGB (Red+Green+Blue) = 197+187+191=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBBF is #3A4440. Grayscale: #BEBEBE. Windows color (decimal): -3818561 or 12565445. OLE color: 12565445.

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

Color convert

RGB 197 187 191 -
CMYK 0 0.05 0.03 0.23
HSL 336º 0.08% 0.75% -
HSV(B) 336º 0.05% 0.77% -
XYZ 50.2 51.17 56.52 -
YUV 190.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 197 187 191 0 0.05 0.03 0.23 336 0.08 0.75
Hex C5 BB BF 0 5 3 17 150 8 4B
Octal 305 273 277 0 5 3 27 520 10 113
Binary 11000101 10111011 10111111 0 101 11 10111 101010000 1000 1001011

Color Harmonies of #C5BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBBF

Black with #C5BBBF

Text Example


Text Example

White with #C5BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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