#C0BDBE

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

Shades of Maverick #C0BDBE

Tints of Maverick #C0BDBE

Color information

#C0BDBE (or 0xC0BDBE) is unknown color: approx Maverick. HEX triplet: C0, BD and BE. RGB value is (192,189,190). Sum of RGB (Red+Green+Blue) = 192+189+190=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDBE is #3F4241. Grayscale: #BEBEBE. Windows color (decimal): -4145730 or 12500416. OLE color: 12500416.

HSL color Cylindrical-coordinate representation of color #C0BDBE: hue angle of 340º 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 #C0BDBE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192189190-
CMYK00.020.010.25
HSL340º2.33%74.71%-
HSV(B)340º1.56%75.29%-
XYZ49.2351.3256.03-
YUV190.01127.99129.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=33.63%
G=33.10%
B=33.27%

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
Decimal19218919000.020.010.253402.3374.71
HexC0BDBE0211915424b
Octal300275276021315242113
Binary110000001011110110111110010111001101010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDBE; }

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

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

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

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

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

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

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

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