#C1B5BD

Color #C1B5BD Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C1B5BD

Tints of Maverick #C1B5BD

Color information

#C1B5BD (or 0xC1B5BD) is unknown color: approx Maverick. HEX triplet: C1, B5 and BD. RGB value is (193,181,189). Sum of RGB (Red+Green+Blue) = 193+181+189=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B5BD is #3E4A42. Grayscale: #B9B9B9. Windows color (decimal): -4082243 or 12432833. OLE color: 12432833.

HSL color Cylindrical-coordinate representation of color #C1B5BD: hue angle of 320º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1B5BD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193181189-
CMYK00.060.020.24
HSL320º8.82%73.33%-
HSV(B)320º6.22%75.69%-
XYZ47.748.0654.91-
YUV185.5129.98133.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.28%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=34.28%
G=32.15%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318118900.060.020.243208.8273.33
HexC1B5BD06218140949
Octal3012652750623050011111
Binary1100000110110101101111010110101100010100000010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5BD; }

 p { color: rgb(193,181,189); }

 H1.HeaderClassName
 {
   color: #C1B5BD;
 }
 .AnyTagClassName
 {
   color: #C1B5BD;
 }
</style>
background-color css

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

 a { background-color: rgb(193,181,189); }

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

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

 span { border-color: rgb(193,181,189); }

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