#C0B5BA

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

Shades of Maverick #C0B5BA

Tints of Maverick #C0B5BA

Color information

#C0B5BA (or 0xC0B5BA) is unknown color: approx Maverick. HEX triplet: C0, B5 and BA. RGB value is (192,181,186). Sum of RGB (Red+Green+Blue) = 192+181+186=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5BA is #3F4A45. Grayscale: #B8B8B8. Windows color (decimal): -4147782 or 12236224. OLE color: 12236224.

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

Color convert

RGB192181186-
CMYK00.060.030.25
HSL332.73º8.03%73.14%-
HSV(B)332.73º5.73%75.29%-
XYZ47.1347.853.2-
YUV184.86128.64133.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=34.35%
G=32.38%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218118600.060.030.25332.738.0373.14
HexC0B5BA0631914d849
Octal3002652720633151510111
Binary1100000010110101101110100110111100110100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B5BA; }

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

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

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

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

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

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

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

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