#C0B7BE

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

Shades of Maverick #C0B7BE

Tints of Maverick #C0B7BE

Color information

#C0B7BE (or 0xC0B7BE) is unknown color: approx Maverick. HEX triplet: C0, B7 and BE. RGB value is (192,183,190). Sum of RGB (Red+Green+Blue) = 192+183+190=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7BE is #3F4841. Grayscale: #BABABA. Windows color (decimal): -4147266 or 12498880. OLE color: 12498880.

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

Color convert

RGB192183190-
CMYK00.050.010.25
HSL313.33º6.67%73.53%-
HSV(B)313.33º4.69%75.29%-
XYZ47.9748.7955.6-
YUV186.49129.98131.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=33.98%
G=32.39%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218319000.050.010.25313.336.6773.53
HexC0B7BE0511913974a
Octal300267276051314717112
Binary11000000101101111011111001011110011001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B7BE; }

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

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

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

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

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

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

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

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