#CBAABB

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

Shades of Maverick #CBAABB

Tints of Maverick #CBAABB

Color information

#CBAABB (or 0xCBAABB) is unknown color: approx Maverick. HEX triplet: CB, AA and BB. RGB value is (203,170,187). Sum of RGB (Red+Green+Blue) = 203+170+187=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAABB is #345544. Grayscale: #B5B5B5. Windows color (decimal): -3429701 or 12298955. OLE color: 12298955.

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

Color convert

RGB203170187-
CMYK00.160.080.20
HSL329.09º24.09%73.14%-
HSV(B)329.09º16.26%79.61%-
XYZ47.9745.0353.18-
YUV181.8130.93143.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=36.25%
G=30.36%
B=33.39%

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
Decimal20317018700.160.080.20329.0924.0973.14
HexCBAABB0108141491849
Octal313252273020102451130111
Binary110010111010101010111011010000100010100101001001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAABB; }

 p { color: rgb(203,170,187); }

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

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

 a { background-color: rgb(203,170,187); }

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

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

 span { border-color: rgb(203,170,187); }

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