#CBAABD

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

Shades of Maverick #CBAABD

Tints of Maverick #CBAABD

Color information

#CBAABD (or 0xCBAABD) is unknown color: approx Maverick. HEX triplet: CB, AA and BD. RGB value is (203,170,189). Sum of RGB (Red+Green+Blue) = 203+170+189=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAABD is #345542. Grayscale: #B5B5B5. Windows color (decimal): -3429699 or 12430027. OLE color: 12430027.

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

Color convert

RGB203170189-
CMYK00.160.070.20
HSL325.45º24.09%73.14%-
HSV(B)325.45º16.26%79.61%-
XYZ48.1945.1254.31-
YUV182.03131.93142.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=36.12%
G=30.25%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317018900.160.070.20325.4524.0973.14
HexCBAABD0107141451849
Octal31325227502072450530111
Binary11001011101010101011110101000011110100101000101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAABD; }

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

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

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

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

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

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

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

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