#CBA9BD

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

Shades of Maverick #CBA9BD

Tints of Maverick #CBA9BD

Color information

#CBA9BD (or 0xCBA9BD) is unknown color: approx Maverick. HEX triplet: CB, A9 and BD. RGB value is (203,169,189). Sum of RGB (Red+Green+Blue) = 203+169+189=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9BD is #345642. Grayscale: #B5B5B5. Windows color (decimal): -3429955 or 12429771. OLE color: 12429771.

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

Color convert

RGB203169189-
CMYK00.170.070.20
HSL324.71º24.64%72.94%-
HSV(B)324.71º16.75%79.61%-
XYZ4844.7554.25-
YUV181.45132.26143.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=36.19%
G=30.12%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316918900.170.070.20324.7124.6472.94
HexCBA9BD0117141451949
Octal31325127502172450531111
Binary11001011101010011011110101000111110100101000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9BD; }

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

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

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

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

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

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

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

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