#CBA9BF

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

Shades of Maverick #CBA9BF

Tints of Maverick #CBA9BF

Color information

#CBA9BF (or 0xCBA9BF) is unknown color: approx Maverick. HEX triplet: CB, A9 and BF. RGB value is (203,169,191). Sum of RGB (Red+Green+Blue) = 203+169+191=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9BF is #345640. Grayscale: #B5B5B5. Windows color (decimal): -3429953 or 12560843. OLE color: 12560843.

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

Color convert

RGB203169191-
CMYK00.170.060.20
HSL321.18º24.64%72.94%-
HSV(B)321.18º16.75%79.61%-
XYZ48.2244.8355.4-
YUV181.67133.26143.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 191 (75% from 255) = 33.93%
R=36.06%
G=30.02%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316919100.170.060.20321.1824.6472.94
HexCBA9BF0116141411949
Octal31325127702162450131111
Binary11001011101010011011111101000111010100101000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9BF; }

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

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

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

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

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

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

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

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