#CAB3BF

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

Shades of Maverick #CAB3BF

Tints of Maverick #CAB3BF

Color information

#CAB3BF (or 0xCAB3BF) is unknown color: approx Maverick. HEX triplet: CA, B3 and BF. RGB value is (202,179,191). Sum of RGB (Red+Green+Blue) = 202+179+191=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3BF is #354C40. Grayscale: #BBBBBB. Windows color (decimal): -3492929 or 12563402. OLE color: 12563402.

HSL color Cylindrical-coordinate representation of color #CAB3BF: hue angle of 328.7º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB3BF is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202179191-
CMYK00.110.050.21
HSL328.7º17.83%74.71%-
HSV(B)328.7º11.39%79.22%-
XYZ49.8848.5656.03-
YUV187.24130.12138.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 191 (75% from 255) = 33.39%
R=35.31%
G=31.29%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217919100.110.050.21328.717.8374.71
HexCAB3BF0B515149124b
Octal31226327701352551122113
Binary1100101010110011101111110101110110101101001001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3BF; }

 p { color: rgb(202,179,191); }

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

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

 a { background-color: rgb(202,179,191); }

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

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

 span { border-color: rgb(202,179,191); }

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