#C0BDBF

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

Shades of Maverick #C0BDBF

Tints of Maverick #C0BDBF

Color information

#C0BDBF (or 0xC0BDBF) is unknown color: approx Maverick. HEX triplet: C0, BD and BF. RGB value is (192,189,191). Sum of RGB (Red+Green+Blue) = 192+189+191=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDBF is #3F4240. Grayscale: #BEBEBE. Windows color (decimal): -4145729 or 12565952. OLE color: 12565952.

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

Color convert

RGB192189191-
CMYK00.020.010.25
HSL320º2.33%74.71%-
HSV(B)320º1.56%75.29%-
XYZ49.3451.3656.6-
YUV190.12128.49129.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 191 (75% from 255) = 33.39%
R=33.57%
G=33.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218919100.020.010.253202.3374.71
HexC0BDBF0211914024b
Octal300275277021315002113
Binary110000001011110110111111010111001101000000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDBF; }

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

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

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

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

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

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

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

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