#C9BBC1

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

Shades of Maverick #C9BBC1

Tints of Maverick #C9BBC1

Color information

#C9BBC1 (or 0xC9BBC1) is unknown color: approx Maverick. HEX triplet: C9, BB and C1. RGB value is (201,187,193). Sum of RGB (Red+Green+Blue) = 201+187+193=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBC1 is #36443E. Grayscale: #BFBFBF. Windows color (decimal): -3556415 or 12696521. OLE color: 12696521.

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

Color convert

RGB201187193-
CMYK00.070.040.21
HSL334.29º11.48%76.08%-
HSV(B)334.29º6.97%78.82%-
XYZ51.4851.8157.74-
YUV191.87128.64134.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=34.60%
G=32.19%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118719300.070.040.21334.2911.4876.08
HexC9BBC10741514eb4c
Octal3112733010742551613114
Binary11001001101110111100000101111001010110100111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBC1; }

 p { color: rgb(201,187,193); }

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

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

 a { background-color: rgb(201,187,193); }

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

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

 span { border-color: rgb(201,187,193); }

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