#C9BCC2

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

Shades of Maverick #C9BCC2

Tints of Maverick #C9BCC2

Color information

#C9BCC2 (or 0xC9BCC2) is unknown color: approx Maverick. HEX triplet: C9, BC and C2. RGB value is (201,188,194). Sum of RGB (Red+Green+Blue) = 201+188+194=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCC2 is #36433D. Grayscale: #C0C0C0. Windows color (decimal): -3556158 or 12762313. OLE color: 12762313.

HSL color Cylindrical-coordinate representation of color #C9BCC2: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BCC2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201188194-
CMYK00.060.030.21
HSL332.31º10.74%76.27%-
HSV(B)332.31º6.47%78.82%-
XYZ51.8152.2858.4-
YUV192.57128.81134.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=34.48%
G=32.25%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118819400.060.030.21332.3110.7476.27
HexC9BCC20631514cb4c
Octal3112743020632551413114
Binary1100100110111100110000100110111010110100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCC2; }

 p { color: rgb(201,188,194); }

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

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

 a { background-color: rgb(201,188,194); }

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

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

 span { border-color: rgb(201,188,194); }

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