#C0BBBE

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

Shades of Maverick #C0BBBE

Tints of Maverick #C0BBBE

Color information

#C0BBBE (or 0xC0BBBE) is unknown color: approx Maverick. HEX triplet: C0, BB and BE. RGB value is (192,187,190). Sum of RGB (Red+Green+Blue) = 192+187+190=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBBE is #3F4441. Grayscale: #BCBCBC. Windows color (decimal): -4146242 or 12499904. OLE color: 12499904.

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

Color convert

RGB192187190-
CMYK00.030.010.25
HSL324º3.82%74.31%-
HSV(B)324º2.6%75.29%-
XYZ48.850.4655.88-
YUV188.84128.66130.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=33.74%
G=32.86%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218719000.030.010.253243.8274.31
HexC0BBBE0311914444a
Octal300273276031315044112
Binary1100000010111011101111100111110011010001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBBE; }

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

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

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

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

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

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

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

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