#C0BABD

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

Shades of Maverick #C0BABD

Tints of Maverick #C0BABD

Color information

#C0BABD (or 0xC0BABD) is unknown color: approx Maverick. HEX triplet: C0, BA and BD. RGB value is (192,186,189). Sum of RGB (Red+Green+Blue) = 192+186+189=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BABD is #3F4542. Grayscale: #BCBCBC. Windows color (decimal): -4146499 or 12434112. OLE color: 12434112.

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

Color convert

RGB192186189-
CMYK00.030.020.25
HSL330º4.55%74.12%-
HSV(B)330º3.12%75.29%-
XYZ48.485055.24-
YUV188.14128.49130.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=33.86%
G=32.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218618900.030.020.253304.5574.12
HexC0BABD0321914a54a
Octal300272275032315125112
Binary11000000101110101011110101110110011010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BABD; }

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

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

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

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

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

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

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

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