#CBABB9

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

Shades of Maverick #CBABB9

Tints of Maverick #CBABB9

Color information

#CBABB9 (or 0xCBABB9) is unknown color: approx Maverick. HEX triplet: CB, AB and B9. RGB value is (203,171,185). Sum of RGB (Red+Green+Blue) = 203+171+185=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABB9 is #345446. Grayscale: #B6B6B6. Windows color (decimal): -3429447 or 12168139. OLE color: 12168139.

HSL color Cylindrical-coordinate representation of color #CBABB9: hue angle of 333.75º 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 #CBABB9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203171185-
CMYK00.160.090.20
HSL333.75º23.53%73.33%-
HSV(B)333.75º15.76%79.61%-
XYZ47.9545.3352.12-
YUV182.16129.6142.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=36.31%
G=30.59%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317118500.160.090.20333.7523.5373.33
HexCBABB901091414e1849
Octal313253271020112451630111
Binary110010111010101110111001010000100110100101001110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABB9; }

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

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

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

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

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

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

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

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