#C0B8BD

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

Shades of Maverick #C0B8BD

Tints of Maverick #C0B8BD

Color information

#C0B8BD (or 0xC0B8BD) is unknown color: approx Maverick. HEX triplet: C0, B8 and BD. RGB value is (192,184,189). Sum of RGB (Red+Green+Blue) = 192+184+189=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8BD is #3F4742. Grayscale: #BABABA. Windows color (decimal): -4147011 or 12433600. OLE color: 12433600.

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

Color convert

RGB192184189-
CMYK00.040.020.25
HSL322.5º5.97%73.73%-
HSV(B)322.5º4.17%75.29%-
XYZ48.0649.1655.1-
YUV186.96129.15131.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 184 (72.27% from 255) = 32.57%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=33.98%
G=32.57%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218418900.040.020.25322.55.9773.73
HexC0B8BD0421914364a
Octal300270275042315036112
Binary110000001011100010111101010010110011010000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8BD; }

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

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

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

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

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

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

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

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