#CBBAC5

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

Shades of Maverick #CBBAC5

Tints of Maverick #CBBAC5

Color information

#CBBAC5 (or 0xCBBAC5) is unknown color: approx Maverick. HEX triplet: CB, BA and C5. RGB value is (203,186,197). Sum of RGB (Red+Green+Blue) = 203+186+197=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAC5 is #34453A. Grayscale: #C0C0C0. Windows color (decimal): -3425595 or 12958411. OLE color: 12958411.

HSL color Cylindrical-coordinate representation of color #CBBAC5: hue angle of 321.18º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBAC5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203186197-
CMYK00.080.030.20
HSL321.18º14.05%76.27%-
HSV(B)321.18º8.37%79.61%-
XYZ52.2751.8560.08-
YUV192.34130.63135.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=34.64%
G=31.74%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318619700.080.030.20321.1814.0576.27
HexCBBAC508314141e4c
Octal31327230501032450116114
Binary11001011101110101100010101000111010010100000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAC5; }

 p { color: rgb(203,186,197); }

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

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

 a { background-color: rgb(203,186,197); }

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

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

 span { border-color: rgb(203,186,197); }

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