#CBABBA

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

Shades of Maverick #CBABBA

Tints of Maverick #CBABBA

Color information

#CBABBA (or 0xCBABBA) is unknown color: approx Maverick. HEX triplet: CB, AB and BA. RGB value is (203,171,186). Sum of RGB (Red+Green+Blue) = 203+171+186=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABBA is #345445. Grayscale: #B6B6B6. Windows color (decimal): -3429446 or 12233675. OLE color: 12233675.

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

Color convert

RGB203171186-
CMYK00.160.080.20
HSL331.88º23.53%73.33%-
HSV(B)331.88º15.76%79.61%-
XYZ48.0545.3752.68-
YUV182.28130.1142.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=36.25%
G=30.54%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317118600.160.080.20331.8823.5373.33
HexCBABBA01081414c1849
Octal313253272020102451430111
Binary110010111010101110111010010000100010100101001100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABBA; }

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

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

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

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

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

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

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

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