#C0B1BA

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

Shades of Maverick #C0B1BA

Tints of Maverick #C0B1BA

Color information

#C0B1BA (or 0xC0B1BA) is unknown color: approx Maverick. HEX triplet: C0, B1 and BA. RGB value is (192,177,186). Sum of RGB (Red+Green+Blue) = 192+177+186=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1BA is #3F4E45. Grayscale: #B6B6B6. Windows color (decimal): -4148806 or 12235200. OLE color: 12235200.

HSL color Cylindrical-coordinate representation of color #C0B1BA: hue angle of 324º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B1BA is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192177186-
CMYK00.080.030.25
HSL324º10.64%72.35%-
HSV(B)324º7.81%75.29%-
XYZ46.3246.252.93-
YUV182.51129.97134.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=34.59%
G=31.89%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217718600.080.030.2532410.6472.35
HexC0B1BA08319144b48
Octal30026127201033150413110
Binary11000000101100011011101001000111100110100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1BA; }

 p { color: rgb(192,177,186); }

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

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

 a { background-color: rgb(192,177,186); }

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

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

 span { border-color: rgb(192,177,186); }

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