#CBA3BF

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

Shades of Maverick #CBA3BF

Tints of Maverick #CBA3BF

Color information

#CBA3BF (or 0xCBA3BF) is unknown color: approx Maverick. HEX triplet: CB, A3 and BF. RGB value is (203,163,191). Sum of RGB (Red+Green+Blue) = 203+163+191=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3BF is #345C40. Grayscale: #B2B2B2. Windows color (decimal): -3431489 or 12559307. OLE color: 12559307.

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

Color convert

RGB203163191-
CMYK00.200.060.20
HSL318º27.78%71.76%-
HSV(B)318º19.7%79.61%-
XYZ47.1342.6555.04-
YUV178.15135.25145.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 191 (75% from 255) = 34.29%
R=36.45%
G=29.26%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316319100.200.060.2031827.7871.76
HexCBA3BF01461413e1c48
Octal31324327702462447634110
Binary11001011101000111011111101010011010100100111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA3BF; }

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

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

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

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

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

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

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

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