#C0B7BD

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

Shades of Maverick #C0B7BD

Tints of Maverick #C0B7BD

Color information

#C0B7BD (or 0xC0B7BD) is unknown color: approx Maverick. HEX triplet: C0, B7 and BD. RGB value is (192,183,189). Sum of RGB (Red+Green+Blue) = 192+183+189=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7BD is #3F4842. Grayscale: #BABABA. Windows color (decimal): -4147267 or 12433344. OLE color: 12433344.

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

Color convert

RGB192183189-
CMYK00.050.020.25
HSL320º6.67%73.53%-
HSV(B)320º4.69%75.29%-
XYZ47.8648.7555.03-
YUV186.38129.48132.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.04%
GREEN value IS 183 (71.88% from 255) = 32.45%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=34.04%
G=32.45%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218318900.050.020.253206.6773.53
HexC0B7BD0521914074a
Octal300267275052315007112
Binary110000001011011110111101010110110011010000001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B7BD; }

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

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

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

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

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

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

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

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