#CBA1BF

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

Shades of Maverick #CBA1BF

Tints of Maverick #CBA1BF

Color information

#CBA1BF (or 0xCBA1BF) is unknown color: approx Maverick. HEX triplet: CB, A1 and BF. RGB value is (203,161,191). Sum of RGB (Red+Green+Blue) = 203+161+191=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1BF is #345E40. Grayscale: #B0B0B0. Windows color (decimal): -3432001 or 12558795. OLE color: 12558795.

HSL color Cylindrical-coordinate representation of color #CBA1BF: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1BF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203161191-
CMYK00.210.060.20
HSL317.14º28.77%71.37%-
HSV(B)317.14º20.69%79.61%-
XYZ46.7841.9554.92-
YUV176.98135.91146.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 191 (75% from 255) = 34.41%
R=36.58%
G=29.01%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316119100.210.060.20317.1428.7771.37
HexCBA1BF01561413d1d47
Octal31324127702562447535107
Binary11001011101000011011111101010111010100100111101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1BF; }

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

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

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

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

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

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

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

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