#CAB7BF

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

Shades of Maverick #CAB7BF

Tints of Maverick #CAB7BF

Color information

#CAB7BF (or 0xCAB7BF) is unknown color: approx Maverick. HEX triplet: CA, B7 and BF. RGB value is (202,183,191). Sum of RGB (Red+Green+Blue) = 202+183+191=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7BF is #354840. Grayscale: #BDBDBD. Windows color (decimal): -3491905 or 12564426. OLE color: 12564426.

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

Color convert

RGB202183191-
CMYK00.090.050.21
HSL334.74º15.2%75.49%-
HSV(B)334.74º9.41%79.22%-
XYZ50.6950.1956.31-
YUV189.59128.79136.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 183 (71.88% from 255) = 31.77%
BLUE value IS 191 (75% from 255) = 33.16%
R=35.07%
G=31.77%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218319100.090.050.21334.7415.275.49
HexCAB7BF0951514ff4b
Octal31226727701152551717113
Binary110010101011011110111111010011011010110100111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7BF; }

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

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

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

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

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

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

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

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