#C0B4BB

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

Shades of Maverick #C0B4BB

Tints of Maverick #C0B4BB

Color information

#C0B4BB (or 0xC0B4BB) is unknown color: approx Maverick. HEX triplet: C0, B4 and BB. RGB value is (192,180,187). Sum of RGB (Red+Green+Blue) = 192+180+187=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4BB is #3F4B44. Grayscale: #B8B8B8. Windows color (decimal): -4148037 or 12301504. OLE color: 12301504.

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

Color convert

RGB192180187-
CMYK00.060.030.25
HSL325º8.7%72.94%-
HSV(B)325º6.25%75.29%-
XYZ47.0347.4453.69-
YUV184.39129.48133.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=34.35%
G=32.20%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218018700.060.030.253258.772.94
HexC0B4BB06319145949
Octal3002642730633150511111
Binary1100000010110100101110110110111100110100010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4BB; }

 p { color: rgb(192,180,187); }

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

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

 a { background-color: rgb(192,180,187); }

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

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

 span { border-color: rgb(192,180,187); }

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