Html Css Color HEX #C5B1BD Maverick

📋 copy color: '#C5B1BD'

red 197 ◦ green 177 ◦ blue 189

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

Shades of Maverick #C5B1BD

Tints of Maverick #C5B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.44%

 BLUE value IS 189 (74.22% from 255) = 33.57%

R = 34.99%
G = 31.44%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5B1BD (or 0xC5B1BD) is known color: Maverick. HEX triplet: C5, B1 and BD. RGB value is (197,177,189). Sum of RGB (Red+Green+Blue) = 197+177+189=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1BD is #3A4E42. Grayscale: #B8B8B8. Windows color (decimal): -3821123 or 12431813. OLE color: 12431813.

HSL color Cylindrical-coordinate representation of color #C5B1BD: hue angle of 324º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B1BD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 189 -
CMYK 0 0.10 0.04 0.23
HSL 324º 0.15% 0.73% -
HSV(B) 324º 0.1% 0.77% -
XYZ 47.93 46.99 54.69 -
YUV 184.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 197 177 189 0 0.10 0.04 0.23 324 0.15 0.73
Hex C5 B1 BD 0 A 4 17 144 F 49
Octal 305 261 275 0 12 4 27 504 17 111
Binary 11000101 10110001 10111101 0 1010 100 10111 101000100 1111 1001001

Color Harmonies of #C5B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1BD

Black with #C5B1BD

Text Example


Text Example

White with #C5B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1BD; }

 p { color: rgb(197,177,189); }

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

background-color css

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

 a { background-color: rgb(197,177,189); }

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

border-color css

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

 span { border-color: rgb(197,177,189); }

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