#C9BEC6

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

Shades of Maverick #C9BEC6

Tints of Maverick #C9BEC6

Color information

#C9BEC6 (or 0xC9BEC6) is unknown color: approx Maverick. HEX triplet: C9, BE and C6. RGB value is (201,190,198). Sum of RGB (Red+Green+Blue) = 201+190+198=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEC6 is #364139. Grayscale: #C2C2C2. Windows color (decimal): -3555642 or 13024969. OLE color: 13024969.

HSL color Cylindrical-coordinate representation of color #C9BEC6: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9BEC6 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB201190198-
CMYK00.050.010.21
HSL316.36º9.24%76.67%-
HSV(B)316.36º5.47%78.82%-
XYZ52.6953.3260.94-
YUV194.2130.14132.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=34.13%
G=32.26%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119019800.050.010.21316.369.2476.67
HexC9BEC60511513c94d
Octal3112763060512547411115
Binary110010011011111011000110010111010110011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEC6; }

 p { color: rgb(201,190,198); }

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

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

 a { background-color: rgb(201,190,198); }

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

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

 span { border-color: rgb(201,190,198); }

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